Skip to content

Commit

Permalink
vimrc: set incsearch and auto open tagbar.
Browse files Browse the repository at this point in the history
Signed-off-by: lilei <[email protected]>
  • Loading branch information
lilei committed Sep 13, 2018
1 parent 55b5394 commit 98d299b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set number
set hlsearch
set ignorecase
set smartcase
set incsearch

" indentation
set autoindent
Expand Down Expand Up @@ -49,6 +50,7 @@ let g:tagbar_left=1
let g:tagbar_width=30
let g:tagbar_sort = 0
let g:tagbar_compact = 1
autocmd VimEnter * nested :TagbarOpen
nmap <F7> :TagbarToggle<cr>
" nerdtree
Expand Down

0 comments on commit 98d299b

Please sign in to comment.