diff --git a/vim/.vimrc b/vim/.vimrc index 9260a53..fb60a1a 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -56,18 +56,15 @@ set wrapscan let mapleader=" " let maplocalleader=" " -nnoremap p :set paste! -nnoremap h :nohlsearch -nnoremap s :if exists("syntax_on") syntax off else syntax enable endif +nnoremap :nohls nnoremap f :FZF nnoremap b :Buffers nnoremap gB :bp nnoremap gb :bn -noremap p p`[ -noremap P P`[ - +"noremap p p`[ +"noremap P P`[ augroup vimrc autocmd!