mirror of
https://github.com/hazemKrimi/dotfiles.git
synced 2026-05-01 18:20:27 +00:00
chore: increase tmux escape time
This commit is contained in:
@@ -3,6 +3,7 @@ set-option -g default-shell /bin/zsh
|
|||||||
# remap prefix
|
# remap prefix
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix C-t
|
set-option -g prefix C-t
|
||||||
|
set-option -sg escape-time 10
|
||||||
bind-key C-t send-prefix
|
bind-key C-t send-prefix
|
||||||
# remap split panes
|
# remap split panes
|
||||||
bind v split-window -h -c "#{pane_current_path}"
|
bind v split-window -h -c "#{pane_current_path}"
|
||||||
|
|||||||
Reference in New Issue
Block a user