diff --git a/nvim/init.vim b/nvim/init.vim index 7cd6a3c..5456024 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -84,8 +84,8 @@ let hostname=system('hostname -s | tr -d "\n"') let ipaddr=system('hostname -i | tr -d "\n"') let g:airline_section_x = 'IP:%{ipaddr} DNS:%{hostname}' -nnoremap k -nnoremap l +nnoremap w +nnoremap h :nnoremap t :FloatermNew :nnoremap e :NERDTreeTogglel @@ -132,4 +132,4 @@ inoremap pumvisible() ? "\" : "\" function! s:check_back_space() abort let col = col('.') - 1 return !col || getline('.')[col - 1] =~ '\s' -endfunction \ No newline at end of file +endfunction