mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
C-w -> C-q
This commit is contained in:
parent
852753a34e
commit
ee3dbb8977
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -273,7 +273,7 @@ imap <S-Right> <Esc>:tabnext<CR>i
|
||||||
nmap <C-t> :tabnew<CR>
|
nmap <C-t> :tabnew<CR>
|
||||||
imap <C-t> <Esc>:tabnew<CR>i
|
imap <C-t> <Esc>:tabnew<CR>i
|
||||||
|
|
||||||
map <C-w> :tabclose<CR>
|
map <C-q> :tabclose<CR>
|
||||||
|
|
||||||
" Disable q and Q
|
" Disable q and Q
|
||||||
map q <Nop>
|
map q <Nop>
|
||||||
|
|
Loading…
Add table
Reference in a new issue