1
0
Fork 0
mirror of https://github.com/prurigro/darkcloud-vimconfig.git synced 2025-04-28 11:10:36 -04:00

Added the $ character to become part of a word in the sh filetype

This commit is contained in:
Kevin MacMartin 2014-06-29 20:56:13 -04:00
parent b9057fdae4
commit 1879706f3a

View file

@ -33,6 +33,7 @@ endif
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
autocmd FileType mail,notmuch,text setlocal wrap
autocmd FileType notes setlocal tw=80
autocmd FileType sh setlocal iskeyword+=$
autocmd FileType help* wincmd L "help windows always open vertically
autocmd FileType help* vertical resize 80 "set the window size to 80 cols
autocmd FileType help* setlocal nocursorline "remove the horizontal cursor line