vimrc: add CTRL-T for :tabnew, CMD-T height
This commit is contained in:
parent
49a34a29c6
commit
4a6d6e5ce3
3
vimrc
3
vimrc
|
@ -65,6 +65,7 @@ map <down> <nop>
|
||||||
map <left> <nop>
|
map <left> <nop>
|
||||||
map <right> <nop>
|
map <right> <nop>
|
||||||
map <leader>n :Ntree<cr>
|
map <leader>n :Ntree<cr>
|
||||||
|
map <c-t> <esc>:tabnew<cr>
|
||||||
" Select just-pasted text:
|
" Select just-pasted text:
|
||||||
nnoremap <Leader>p `[v`]
|
nnoremap <Leader>p `[v`]
|
||||||
nnoremap Q @@
|
nnoremap Q @@
|
||||||
|
@ -78,7 +79,7 @@ let g:CommandTFileScanner="git"
|
||||||
let g:CommandTGitScanSubmodules=1
|
let g:CommandTGitScanSubmodules=1
|
||||||
let g:CommandTGitIncludeUntracked=1
|
let g:CommandTGitIncludeUntracked=1
|
||||||
let g:CommandTMatchWindowAtTop=0
|
let g:CommandTMatchWindowAtTop=0
|
||||||
let g:CommandTMaxHeight=30
|
let g:CommandTMaxHeight=10
|
||||||
|
|
||||||
" Lightline configuration:
|
" Lightline configuration:
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
Loading…
Reference in New Issue