Skip to content

Commit 42282d1

Browse files
committed
Map <leader>d to netrw instead of NERDTree
1 parent 230e8a2 commit 42282d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

key_mappings.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ vnoremap # :<C-u>call <SID>VSetSearch()<CR>??<CR>
1818
map <leader>ff :CtrlP<CR>
1919
map <leader>fb :CtrlPBuffer<CR>
2020
21-
" NERDTree
22-
map <leader>d :NERDTreeToggle<CR>
21+
" Directory browsing
22+
map <leader>d :Explore!<CR>
2323
2424
" If the search term highlighting gets annoying, set a key to switch it off temporarily
2525
nmap <silent> <leader>n :silent :nohlsearch<CR>

0 commit comments

Comments
 (0)