vim: fix key with tmux
This commit is contained in:
parent
3ef85a3ac1
commit
e933800052
3
.vimrc
3
.vimrc
@ -496,7 +496,7 @@ Plugin 'tpope/vim-fugitive'
|
|||||||
Plugin 'tpope/vim-rhubarb'
|
Plugin 'tpope/vim-rhubarb'
|
||||||
" Comment block of code
|
" Comment block of code
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
" Make terminal vim and tmux work better together.
|
" Make terminal vim and tmux work better together for Focus.
|
||||||
Plugin 'tmux-plugins/vim-tmux-focus-events'
|
Plugin 'tmux-plugins/vim-tmux-focus-events'
|
||||||
" language pack
|
" language pack
|
||||||
Plugin 'sheerun/vim-polyglot'
|
Plugin 'sheerun/vim-polyglot'
|
||||||
@ -580,6 +580,7 @@ Plugin 'gregkh/kernel-coding-style.git'
|
|||||||
|
|
||||||
" Recognize Key in screen/tmux
|
" Recognize Key in screen/tmux
|
||||||
"Plugin 'drmikehenry/vim-fixkey'
|
"Plugin 'drmikehenry/vim-fixkey'
|
||||||
|
set term=xterm-256color
|
||||||
|
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
" Maps ss to surround word. e.g. ss] to add [] around word
|
" Maps ss to surround word. e.g. ss] to add [] around word
|
||||||
|
Loading…
Reference in New Issue
Block a user