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',} -