mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
Find and replace \s
This commit is contained in:
parent
bfa5fb959a
commit
87211c3e50
1 changed files with 3 additions and 1 deletions
|
|
@ -167,9 +167,11 @@ noremap <silent> <ScrollWheelDown> :call comfortable_motion#flick(40)<CR>
|
|||
noremap <silent> <ScrollWheelUp> :call comfortable_motion#flick(-40)<CR>
|
||||
nnoremap <Tab> :TagbarToggle<CR>
|
||||
|
||||
nnoremap <Leader>s :%s/\<<C-r><C-w>\>/
|
||||
|
||||
nnoremap <C-p> :Files<CR>
|
||||
:tnoremap <Esc> <C-\><C-n>
|
||||
nnoremap , :lclose<CR> :pclose<CR> :cclose<CR>
|
||||
nnoremap , :lclose<CR> :pclose<CR> :cclose<CR> :noh<CR>
|
||||
noremap - ddkP
|
||||
noremap _ ddp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue