From 8855d750eea6ca5c1a553cc3cb47e941949f8a97 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Thu, 1 May 2014 16:23:00 +0200 Subject: vim: use the v mapping to open a vertical split. Specially handy since c is a mapping I have for closing windows and I use vertical splits all the time. --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 277dc9b..2ff4fa6 100644 --- a/vimrc +++ b/vimrc @@ -138,6 +138,7 @@ nnoremap k nnoremap h nnoremap l nnoremap c :close +nnoremap v :vs " in normal/insert mode: switch to normal mode and write to disk. inoremap :w -- cgit v1.2.3