From 19613d1aa81f62931e097af5a150a622bd35a416 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 8 Apr 2014 04:59:15 -0400 Subject: [PATCH] Set the textwidth to 80 for the "notes" filetype --- vim/config/settings.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index 8898931..35348c9 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -77,6 +77,7 @@ autocmd FileType gitcommit,notes,mail,notmuch,text setlocal spell autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber autocmd FileType mail,notmuch,text setlocal wrap + autocmd FileType notes setlocal textwidth=80 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