Remove dx command (use dil instead)
This commit is contained in:
parent
b7066fc84d
commit
31061ee0a8
1 changed files with 0 additions and 1 deletions
1
vimrc
1
vimrc
|
@ -703,7 +703,6 @@ com! SetLWD :lcd %:p:h
|
|||
com! Trailing let _s=@/ | %s/\v(\\@<!\s)+$//ge | let @/=_s
|
||||
nnoremap <C-d> :copy .<CR>
|
||||
vnoremap <C-d> :copy '><CR>
|
||||
nnoremap dx 0"_d$
|
||||
nnoremap dcx 0d$
|
||||
nnoremap <leader>: :let @* = @:<CR>
|
||||
nnoremap <expr> R ":%s/\\<\\(".expand("<cword>")."\\)\\>/"
|
||||
|
|
Loading…
Reference in a new issue