From 542098c0cd7813e08c84ed832c1b3427185f6473 Mon Sep 17 00:00:00 2001 From: jon Date: Mon, 23 Dec 2019 11:08:43 -0600 Subject: [PATCH] Cleaned up some old keybindings I have not used in forever and fixed lightline-buffer: just needed to move the config for it to the very bottom of .vimrc for whatever reason. --- vim/.vimrc | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 3515b03..f418dd5 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -61,15 +61,6 @@ nnoremap nnoremap nnoremap -" provide movements in Insert mode via the modifier key -"inoremap h h -"inoremap j j -"inoremap k k -"inoremap l l -"inoremap w w -"inoremap b b -"inoremap x x - " fix alt meta mappings in rxvt "inoremap a @@ -122,6 +113,9 @@ call plug#end() " end vim-plug filetype plugin indent on " required +"lightline colorscheme +let g:lightline = {'colorscheme': 'powerline',} + " use lightline-buffer in lightline let g:lightline = { \ 'tabline': { @@ -147,7 +141,3 @@ let g:lightline = { \ 'separator': '', \ }, \ } - -"lightline colorscheme -let g:lightline = {'colorscheme': 'wombat',} -