diff --git a/vim/.vimrc b/vim/.vimrc index b059fe5..d56068a 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,4 +1,5 @@ set nocompatible + filetype off " general settings @@ -60,21 +61,16 @@ 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 +"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 -" H/L for beginning/end -"noremap ^ H -"noremap $ L -noremap H ^ -noremap L $ " map ctrl-p to fzf nnoremap :Files @@ -84,12 +80,6 @@ inoremap jj inoremap jk inoremap kj -" set timeouts -set ttimeout -set ttimeoutlen=100 -set timeoutlen=300 - - " blank lines nnoremap o nnoremap O @@ -128,8 +118,6 @@ Plug 'wellle/targets.vim' Plug 'junegunn/goyo.vim' Plug 'junegunn/fzf.vim' Plug 'scrooloose/nerdtree' -"" nnn file manager plugin -"Plug 'mcchrish/nnn.vim' call plug#end() " end vim-plug