Tmux settings to not confuse neovim
This commit is contained in:
parent
9109d410a4
commit
6b7a448c05
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
bind q kill-session
|
||||
bind v run-shell "tmux setw main-pane-width $(($(tmux display -p '#{window_width}') * 70 / 100)); tmux select-layout main-vertical"
|
||||
bind h run-shell "tmux setw main-pane-height $(($(tmux display -p '#{window_height}') * 70 / 100)); tmux select-layout main-horizontal"
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
set -sg escape-time 10
|
||||
'';
|
||||
keyMode = "vi";
|
||||
tmuxinator.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue