diff --git a/vim/.vimrc b/vim/.vimrc index 41be18e..7063987 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -19,8 +19,9 @@ set fileencoding=utf-8 set history=1000 " Remap the to , -let mapleader="," -let g:mapleader="," +nnoremap +let mapleader="\" +let maplocalleader = "\" " Includes ftplugin.vim which is responsible for filetype detection filetype plugin indent on @@ -607,13 +608,12 @@ nnoremap l cnoremap cnoremap -" CtrlP -> fzf :Files -nnoremap (expand('%') =~ 'NERD_tree' ? "\\" : '').":Files\" - " , -> clears search highlight nmap :nohlsearch " ,, -> toggle between last open buffers -nmap +nmap <,><,> +" CtrlP -> fzf :Files +nnoremap (expand('%') =~ 'NERD_tree' ? "\\" : '').":Files\" " ,w -> strip trailing whitespace nmap w :call StripTrailingWhitespace() " ,n -> NERDTree