Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Vim ‘de global olarak visual özelliğini kapatmak – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Vim ‘de global olarak visual özelliğini kapatmak

vim /usr/share/vim/vim81/defaults.vim

# Aşağıdaki satırı

if has('mouse')
set mouse=a
endif

# Bu satırla değiştirin.

if has('mouse')
set mouse-=a
endif

Sevgiler.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58