Fix smartcase in vim and add Buffers FZF
This commit is contained in:
parent
3d11e45aee
commit
f4027fa881
3
.vimrc
3
.vimrc
@ -48,6 +48,7 @@ set shiftwidth=4
|
||||
set tabstop=4
|
||||
|
||||
" Smartcase search
|
||||
set ignorecase
|
||||
set smartcase
|
||||
|
||||
" Ripgrep FZF
|
||||
@ -61,7 +62,9 @@ endfunction
|
||||
|
||||
command! -nargs=* -bang RG call RipgrepFzf(<q-args>, <bang>0)
|
||||
|
||||
" FZF
|
||||
nnoremap <C-p> :Files<Cr>
|
||||
nnoremap <M-p> :Buffers<Cr>
|
||||
|
||||
" Tabs
|
||||
nnoremap <Tab> :tabnext<CR>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user