diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-07-01 14:43:05 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-07-01 14:43:05 +0200 |
| commit | a0ab4a495e6af4ce99d20cfd1417211ab3ed0bb2 (patch) | |
| tree | 204e7850af85426f0a2540284f0da4d5f8fc9561 | |
| parent | fix: change continue-restore to continuum-restore (diff) | |
| download | suckless-setup-a0ab4a495e6af4ce99d20cfd1417211ab3ed0bb2.tar.gz | |
feat(tmux): add tmux-sensible plugin
| -rw-r--r-- | tmux/tmux.conf | 15 |
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' |
