AutoYADM commit: 2024-12-01 00:30:01
This commit is contained in:
parent
1c114e7fdc
commit
593a466970
3 changed files with 28 additions and 19 deletions
|
@ -1,7 +1,12 @@
|
|||
# set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set -g terminal-overrides ',xterm-kitty:Tc'
|
||||
bind-key -n C-Enter send-keys C-Enter
|
||||
set -g default-terminal "xterm-kitty"
|
||||
# bind-key -n C-Enter send-keys C-Enter
|
||||
# set -g terminal-overrides ',xterm-kitty:Tc'
|
||||
# set -g default-terminal "xterm-kitty"
|
||||
set -g default-terminal "screen-256color"
|
||||
set -as terminal-features ",xterm-256color:RGB"
|
||||
set -as terminal-features ',xterm-kitty:RGB'
|
||||
|
||||
set -g history-limit 10000
|
||||
|
||||
unbind r
|
||||
bind r source-file ~/.config/tmux/tmux.conf
|
||||
|
@ -11,6 +16,8 @@ unbind C-b
|
|||
set -g prefix C-t
|
||||
set -g mouse on
|
||||
|
||||
setw -g automatic-rename on
|
||||
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
|
@ -48,10 +55,10 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
|||
bind-key b set-option status
|
||||
|
||||
# Swap the split bindings to be consistent with nvim
|
||||
bind v split-window -h -c "#{pane_current_path}"
|
||||
bind h split-window -v -c "#{pane_current_path}"
|
||||
bind -n M-v split-window -h -c "#{pane_current_path}"
|
||||
bind -n M-s split-window -v -c "#{pane_current_path}"
|
||||
|
||||
bind C-x kill-session
|
||||
bind M-x kill-pane
|
||||
bind S command-prompt -p "rename session:" "rename-session '%%'"
|
||||
bind - copy-mode
|
||||
bind -n M-i next-window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue