From 61c00c0dc79b8dc903cd694d044614a96c344d51 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Thu, 1 May 2014 17:14:47 +0200 Subject: vim: V will split vertically *and* switch to the new window. --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 2ff4fa6..545331e 100644 --- a/vimrc +++ b/vimrc @@ -139,6 +139,7 @@ nnoremap h nnoremap l nnoremap c :close nnoremap v :vs +nnoremap V :vs " in normal/insert mode: switch to normal mode and write to disk. inoremap :w -- cgit v1.2.3