From 1e436421c39d7d02c978be1387bc92903fc41349 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 3 Mar 2016 21:17:00 -0800 Subject: [PATCH] More window commands --- .vim/keymaps.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vim/keymaps.vim b/.vim/keymaps.vim index aaab8bf..18ee145 100644 --- a/.vim/keymaps.vim +++ b/.vim/keymaps.vim @@ -19,6 +19,10 @@ nnoremap p "+p nnoremap P "+P vnoremap p "+p vnoremap P "+P +noremap j +noremap k +noremap h +noremap l " vim-argwrap nnoremap a :ArgWrap