tmux update

This commit is contained in:
Michael Thomson 2024-09-17 09:54:59 -04:00
parent d0ad8b62ab
commit 9940769a51
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@ opt.swapfile = false
vim.opt_local.conceallevel = 2 vim.opt_local.conceallevel = 2
vim.opt.inccommand = 'split' vim.opt.inccommand = 'split'
vim.opt.conceallevel = 2;
-- Time in milliseconds to wait for a mapped sequence to complete. -- Time in milliseconds to wait for a mapped sequence to complete.
opt.timeoutlen = 300 opt.timeoutlen = 300

View File

@ -12,6 +12,8 @@
tmuxPlugins.vim-tmux-navigator tmuxPlugins.vim-tmux-navigator
]; ];
extraConfig = '' extraConfig = ''
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
set-option -sa terminal-overrides ",xterm*:Tc" set-option -sa terminal-overrides ",xterm*:Tc"
set -s escape-time 0 set -s escape-time 0
set -g status-left-length 30 # could be any number set -g status-left-length 30 # could be any number