Skip to content

Commit

Permalink
workaround after breaking changes in preservim/nerdtree#868
Browse files Browse the repository at this point in the history
  • Loading branch information
heni committed Dec 11, 2018
1 parent d657c0f commit bbed73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ filetype on
"nerdtree settings
nnoremap <C-T> :NERDTreeToggle<CR>
nnoremap <C-R> :NERDTreeFind<CR>
let g:NERDTreeNodeDelimiter="\u00a0"
"open directory
nnoremap <C-U> :e %:p:h<CR>
"goto definition/usage
Expand Down

0 comments on commit bbed73a

Please sign in to comment.