mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
more vim shortcuts
This commit is contained in:
parent
df6fc7ad98
commit
f96cd607dd
@ -97,6 +97,12 @@ nnoremap <silent> <CR> :noh<CR><CR>
|
||||
" Jump to text in this directory
|
||||
nnoremap <Leader>/ :Rg<CR>
|
||||
|
||||
" Quit vim
|
||||
nnoremap <Leader>q :quit<cr>
|
||||
|
||||
" Save file
|
||||
nnoremap <Leader>fs :write<cr>
|
||||
|
||||
" Open file in this directory
|
||||
nnoremap <Leader>ff :Files<cr>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user