vim: strg+w
This commit is contained in:
parent
15f4d2fb3c
commit
839bac2fd1
1 changed files with 0 additions and 2 deletions
2
.vimrc
2
.vimrc
|
@ -163,8 +163,6 @@ let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
||||||
" ### Keybindings
|
" ### Keybindings
|
||||||
" deaktiviere Ex-Mode keybinding
|
" deaktiviere Ex-Mode keybinding
|
||||||
nnoremap Q <Nop>
|
nnoremap Q <Nop>
|
||||||
" Ctrl+w zum speichern
|
|
||||||
nmap <C-w> :q<CR>
|
|
||||||
" Ctrl+S zum speichern
|
" Ctrl+S zum speichern
|
||||||
nnoremap <C-s> :w<CR>
|
nnoremap <C-s> :w<CR>
|
||||||
" Navigate tabs
|
" Navigate tabs
|
||||||
|
|
Loading…
Reference in a new issue