add keybind to go to pwd in vim

This commit is contained in:
2026-07-31 00:19:29 +02:00
parent c106245c14
commit 7687fd009a
+1
View File
@@ -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