tmux update
This commit is contained in:
parent
d0ad8b62ab
commit
9940769a51
@ -40,6 +40,8 @@ opt.swapfile = false
|
||||
vim.opt_local.conceallevel = 2
|
||||
vim.opt.inccommand = 'split'
|
||||
|
||||
vim.opt.conceallevel = 2;
|
||||
|
||||
-- Time in milliseconds to wait for a mapped sequence to complete.
|
||||
opt.timeoutlen = 300
|
||||
|
||||
|
@ -12,6 +12,8 @@
|
||||
tmuxPlugins.vim-tmux-navigator
|
||||
];
|
||||
extraConfig = ''
|
||||
bind '"' split-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set -s escape-time 0
|
||||
set -g status-left-length 30 # could be any number
|
||||
|
Loading…
x
Reference in New Issue
Block a user