diff --git a/dotfiles/.vim/keybindings.vim b/dotfiles/.vim/keybindings.vim index 7e8829a2..c8cbfa0c 100644 --- a/dotfiles/.vim/keybindings.vim +++ b/dotfiles/.vim/keybindings.vim @@ -1,10 +1,6 @@ " Change the global leader to the space bar let mapleader = ' ' -" Easily switch between buffers -nnoremap gn :bn -nnoremap gp :bp -nnoremap gd :bd " ================== Top row "nnoremap nnoremap q :Files @@ -12,7 +8,7 @@ nnoremap w :Commits nnoremap e :set nu! nnoremap r :call matchadd('OverLength', '\%101v', 100) nnoremap t :OverCommandLine%s/ -"nnoremap y +nnoremap y :bn nnoremap u w nnoremap i nnoremap o