X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=fb56e0cf08f2f61314aa5881e37e4bbbfb07d60d;hb=b7bd0305f0ec33a7c3b49e9eb6416e0be65a9417;hp=0cfc4cb4e5d979df5551e9209ac5193e01d876e2;hpb=ee235b0a49c43d001e5bffddb122465450909df2;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 0cfc4cb..fb56e0c 100644 --- a/vimrc +++ b/vimrc @@ -614,6 +614,10 @@ if has('eval') endfunction nnoremap t :call UseTabs() endif +" Enable "verbatim" mode. Used to view files with long lines or without syntax +" coloring. +nnoremap v :set nolist nowrap nospell synmaxcol=0 + \ :2match " Make last active window the only window. Similar to o. nnoremap O po