mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11: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'
|
||||
|
||||
" 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>r :call VisualSelection('replace', '')<CR>
|
||||
|
|
Loading…
Reference in New Issue
Block a user