We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230e8a2 commit 42282d1Copy full SHA for 42282d1
key_mappings.vim
@@ -18,8 +18,8 @@ vnoremap # :<C-u>call <SID>VSetSearch()<CR>??<CR>
18
map <leader>ff :CtrlP<CR>
19
map <leader>fb :CtrlPBuffer<CR>
20
21
-" NERDTree
22
-map <leader>d :NERDTreeToggle<CR>
+" Directory browsing
+map <leader>d :Explore!<CR>
23
24
" If the search term highlighting gets annoying, set a key to switch it off temporarily
25
nmap <silent> <leader>n :silent :nohlsearch<CR>
0 commit comments