updates tmux
This commit is contained in:
12
.tmux.conf
12
.tmux.conf
@@ -1,4 +1,6 @@
|
|||||||
unbind r
|
unbind r
|
||||||
|
# unbind -n c-Enter
|
||||||
|
|
||||||
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
||||||
|
|
||||||
set -g prefix C-t
|
set -g prefix C-t
|
||||||
@@ -11,19 +13,21 @@ bind-key i select-pane -R
|
|||||||
|
|
||||||
bind-key h resize-pane -Z
|
bind-key h resize-pane -Z
|
||||||
|
|
||||||
|
set -s extended-keys on
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
|
set-option -sg escape-time 0
|
||||||
|
# set-option -g focus-events on
|
||||||
|
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set-option -sg escape-time 10
|
|
||||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||||
|
|
||||||
bind-key = kill-session
|
bind-key = kill-session
|
||||||
|
|
||||||
set-option -sg escape-time 10
|
# set-option -s escape-time 20
|
||||||
set-option -g focus-events on
|
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
# set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
|
|
||||||
# Catppuccin theme
|
# Catppuccin theme
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
|
|||||||
Reference in New Issue
Block a user