From: Simon Ruderich Date: Mon, 10 Feb 2014 17:01:48 +0000 (+0100) Subject: vimrc: Map v to "verbatim" mode. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=b7bd0305f0ec33a7c3b49e9eb6416e0be65a9417 vimrc: Map v to "verbatim" mode. --- 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