From a0ab4a495e6af4ce99d20cfd1417211ab3ed0bb2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 1 Jul 2024 14:43:05 +0200 Subject: feat(tmux): add tmux-sensible plugin --- tmux/tmux.conf | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'tmux/tmux.conf') 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' -- cgit v1.2.3