Mapped C-F to ripgrep-complete-word-under-cursor
This commit is contained in:
parent
53a9d237c2
commit
48ac4943d3
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ colorscheme solarized
|
||||||
|
|
||||||
" fzf.vim
|
" fzf.vim
|
||||||
nmap <C-P> :Files<CR>
|
nmap <C-P> :Files<CR>
|
||||||
nmap <C-F> :Rg<CR>
|
nmap <C-F> :Rg \b<C-R><C-W>\b<CR>
|
||||||
nmap <ESC><C-P> :Tags<CR>
|
nmap <ESC><C-P> :Tags<CR>
|
||||||
|
|
||||||
" terminal colors
|
" terminal colors
|
||||||
|
|
Loading…
Reference in a new issue