mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: shortcuts: fix <leader>k
This commit is contained in:
parent
6f1d1263fa
commit
bf933fcf3e
|
@ -144,6 +144,6 @@ map <Leader>P "+P
|
||||||
let @b = 'ibreakpoint()
€ýa'
|
let @b = 'ibreakpoint()
€ýa'
|
||||||
|
|
||||||
" visual mode mappings
|
" visual mode mappings
|
||||||
vnoremap <silent> <leader>k :call VisualSelection('ack', '')<CR>
|
vnoremap <silent> <leader>k :call VisualSelection('LAck', '')<CR>
|
||||||
vnoremap <silent> <leader>gs :call GitShowVisual()<CR>
|
vnoremap <silent> <leader>gs :call GitShowVisual()<CR>
|
||||||
vnoremap <silent> <leader>r :call VisualSelection('replace', '')<CR>
|
vnoremap <silent> <leader>r :call VisualSelection('replace', '')<CR>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user