From acd33eddcca5afa9a33a0497fb92c9e649ff96d0 Mon Sep 17 00:00:00 2001 From: Ruy Diaz Date: Wed, 22 Feb 2012 09:36:56 -0800 Subject: [PATCH] Adds mappings for split creation --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index e7d22fb..785d959 100644 --- a/vimrc +++ b/vimrc @@ -70,6 +70,10 @@ nmap k nmap j nmap l +" Split creation +nmap vv :vsplit +nmap ss :split + " Bubble single lines nmap [e nmap ]e