get rid of terminal ESC remapping
This commit is contained in:
parent
eb9c48eea5
commit
b3a89a397d
7
init.vim
7
init.vim
|
@ -342,9 +342,9 @@ nnoremap <silent><space>ss :syntax sync fromstart<CR>
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
" terminal{{{
|
" terminal{{{
|
||||||
if has('terminal')
|
" if has('terminal')
|
||||||
tnoremap <Esc> <C-\><C-n>
|
" tnoremap <Esc> <C-\><C-n>
|
||||||
endif
|
" endif
|
||||||
"}}}
|
"}}}
|
||||||
" windows{{{
|
" windows{{{
|
||||||
nnoremap <space>ww :resize<CR>:vertical resize<CR>
|
nnoremap <space>ww :resize<CR>:vertical resize<CR>
|
||||||
|
@ -354,6 +354,7 @@ endif
|
||||||
nnoremap <space>gD :!clear; echo 'git diff'; git diff<CR>
|
nnoremap <space>gD :!clear; echo 'git diff'; git diff<CR>
|
||||||
nnoremap <space>ga :!clear; git add %; git status<CR>
|
nnoremap <space>ga :!clear; git add %; git status<CR>
|
||||||
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
|
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
|
||||||
|
nnoremap <silent><space>gs :!bspc rule -a st-256color -o state=fullscreen; st tig status<CR>
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
" movement/navigation{{{
|
" movement/navigation{{{
|
||||||
|
|
Loading…
Reference in New Issue