Skip to content

Commit

Permalink
Modify a key map to toggle NERDTree
Browse files Browse the repository at this point in the history
  • Loading branch information
hodanov committed Jan 14, 2020
1 parent 6229d15 commit d14fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ let g:NERDTreeDirArrowCollapsible = '-'
let NERDTreeShowHidden = 1
let g:NERDTreeWinSize = 30
let g:NERDTreeIgnore=['\.DS_Store$', '\.git$', '\.svn$', '\.clean$', '\.swp$']
nnoremap <C-o> :NERDTreeToggle<CR>
nnoremap <Leader>o :NERDTreeToggle<CR>
"""
" ALE
Expand Down

0 comments on commit d14fd85

Please sign in to comment.