From 6d157bb63a92871b7ddddf354b7733e9d5d9af6c Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 May 2020 11:31:12 -0400 Subject: silent keymappings, less themes --- keys/mappings.vim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'keys') diff --git a/keys/mappings.vim b/keys/mappings.vim index 3e1d5741..33802954 100644 --- a/keys/mappings.vim +++ b/keys/mappings.vim @@ -27,18 +27,18 @@ else " nnoremap viwU " TAB in general mode will move to text buffer - nnoremap :bnext + nnoremap :bnext " SHIFT-TAB will go back - nnoremap :bprevious + nnoremap :bprevious " Alternate way to save - nnoremap :w + nnoremap :w " Alternate way to quit - nnoremap :wq! + nnoremap :wq! " Use control-c instead of escape - nnoremap + nnoremap " : completion. - inoremap pumvisible() ? "\" : "\" + inoremap pumvisible() ? "\" : "\" " Better window navigation @@ -48,9 +48,9 @@ else nnoremap l " Use alt + hjkl to resize windows - nnoremap :resize -2 - nnoremap :resize +2 - nnoremap :vertical resize -2 - nnoremap :vertical resize +2 + nnoremap :resize -2 + nnoremap :resize +2 + nnoremap :vertical resize -2 + nnoremap :vertical resize +2 endif -- cgit v1.2.3