aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf15
1 files changed, 4 insertions, 11 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index f5dc92e..1ffcdc9 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,29 +1,21 @@
-set -g default-terminal "st-256color"
-
set -g prefix C-a
unbind C-b
-bind-key C-a send-prefix
unbind %
bind v split-window -h
unbind '"'
bind - split-window -v
-unbind r
-bind r source-file ~/.config/tmux/tmux.conf
+bind R source-file ~/.config/tmux/tmux.conf
bind -r j resize-pane -D 5
bind -r k resize-pane -U 5
bind -r l resize-pane -R 5
bind -r h resize-pane -L 5
bind -r m resize-pane -Z
-bind C-p previous-window
-bind C-n next-window
set -g mouse on
-set -g history-limit 30000
-
set-window-option -g mode-keys vi
bind P paste-buffer
bind-key -T copy-mode-vi 'v' send-keys -X begin-selection
@@ -37,10 +29,11 @@ bind-key -n 'F4' copy-mode
set -gq allow-passthrough on
set -g @plugin 'tmux-plugins/tpm'
-set -g @plugin 'christoomey/vim-tmux-navigator'
-set -g @plugin 'rose-pine/tmux'
+set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
+set -g @plugin 'christoomey/vim-tmux-navigator'
+set -g @plugin 'rose-pine/tmux'
set -g @rose_pine_variant 'main'