Showing posts with label vim. Show all posts
Showing posts with label vim. Show all posts

Friday, May 24, 2019

vim: disable you-complete-me for a given file

let g:ycm_auto_trigger=0 let g:enable_ycm_at_startup = 0 let b:ycm_largefile=1

Saturday, December 15, 2018

vim: copy to clibpard

Add this to ~.vimrc, for ctrl+c shortuct vnoremap :w !xclip -i -sel c