add keybind to go to pwd in vim
This commit is contained in:
@@ -68,6 +68,7 @@ xnoremap L $
|
||||
nnoremap Q @@
|
||||
nnoremap ,m :make<CR>
|
||||
nnoremap - :E<CR>
|
||||
nnoremap <silent> _ :execute 'Explore ' . fnameescape(getcwd())<CR>
|
||||
|
||||
if has('clipboard')
|
||||
set clipboard^=unnamed,unnamedplus
|
||||
|
||||
Reference in New Issue
Block a user