mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
fix vi mode escape issue in zsh
This commit is contained in:
committed by
Thomas Ruoff
parent
cc6d308a13
commit
372eec7381
3
vimrc
3
vimrc
@@ -208,9 +208,6 @@ nmap <leader>r :%s#\<<C-r>=expand("<cword>")<CR>\>#
|
||||
"" strip all trailing whitespace in the current file
|
||||
nnoremap <leader>W :%s/\s\+$//e<cr>:let @/=''<CR>
|
||||
|
||||
"" insert path of current file into a command
|
||||
cmap <C-P> <C-R>=expand("%:p:h") . "/" <CR>
|
||||
|
||||
"" fast editing of the .vimrc
|
||||
nmap <silent> <leader>ev :e $MYVIMRC<cr>
|
||||
nmap <silent> <leader>sv :so $MYVIMRC<cr>
|
||||
|
||||
Reference in New Issue
Block a user