Skip to content

Commit

Permalink
".ideavimrc": Enable NERDTree-like functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Aug 26, 2024
1 parent fc9fa94 commit aa9ac53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
" more information, please refer to the accompanying "UNLICENCE" file.

set visualbell
set NERDTree

sethandler <C-A> a:ide
sethandler <C-B> a:ide
Expand All @@ -27,3 +28,6 @@ sethandler <C-X> a:vim
sethandler <C-Y> a:vim
sethandler <C-[> a:vim
sethandler <C-]> a:vim

let mapleader = "\\"
map <leader><leader> :NERDTreeFocus<CR>

0 comments on commit aa9ac53

Please sign in to comment.