diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 209d831..fd240ad 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -149,18 +149,18 @@ endfunction " Shortcuts " Plugins -nmap :NERDTreeToggle -nmap . :TagbarToggle +nnoremap :NERDTreeToggle +nnoremap . :TagbarToggle " Tabs -nmap tt :tabnew -nmap tn :tabnext -nmap tp :tabprevious -nmap tc :tabclose -nmap tm :tabmove +nnoremap tt :tabnew +nnoremap tn :tabnext +nnoremap tp :tabprevious +nnoremap tc :tabclose +nnoremap tm :tabmove " Misc -nmap h :noh +nnoremap h :noh nnoremap :call Fullscreen() function Fullscreen() @@ -193,10 +193,10 @@ endfunction " Plugin configuration " The Silver Searcher -nmap s :Ags +nnoremap s :Ags " FZF -nmap :FZF! +nnoremap :FZF! " NERD Commenter let g:NERDSpaceDelims = 1