doku
This commit is contained in:
parent
5c35035482
commit
0d557daca2
1 changed files with 0 additions and 4 deletions
4
.vimrc
4
.vimrc
|
@ -74,10 +74,6 @@ let g:nerdtree_sync_cursorline = 1 " highlight the file in tree
|
||||||
autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() |
|
autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() |
|
||||||
\ quit | endif
|
\ quit | endif
|
||||||
"
|
"
|
||||||
" Tastenkürzel
|
|
||||||
" nmap <C-t> :tabnew<CR>:NERDTreeFind<CR>
|
|
||||||
" erstellt neuen tab und öffnet den open-dialog
|
|
||||||
"
|
|
||||||
" buffers
|
" buffers
|
||||||
" https://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/
|
" https://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue