Changes replace with leader + s
This commit is contained in:
parent
40a1728698
commit
591c60ff05
@ -266,8 +266,8 @@ vnoremap <A-j> :m '>+1<CR>gv=gv
|
|||||||
vnoremap <A-k> :m '<-2<CR>gv=gv
|
vnoremap <A-k> :m '<-2<CR>gv=gv
|
||||||
|
|
||||||
" Better replace
|
" Better replace
|
||||||
nnoremap s :%s//g<Left><Left>
|
nnoremap <leader>s :%s//g<Left><Left>
|
||||||
vnoremap s :s//g<Left><Left>
|
vnoremap <leader>s :s//g<Left><Left>
|
||||||
|
|
||||||
" Better adding into begging and ending line
|
" Better adding into begging and ending line
|
||||||
vnoremap F <C-v>$A
|
vnoremap F <C-v>$A
|
||||||
|
Loading…
Reference in New Issue
Block a user