This commit is contained in:
Belal Elsabbagh
2025-01-15 12:18:47 +02:00
parent fb3ca76ee9
commit 90cb1e98a4
3 changed files with 32 additions and 22 deletions

View File

@@ -32,11 +32,13 @@ bind -n S-Right next-window
bind -n M-H previous-window
bind -n M-L next-window
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @tpm_plugins '
tmux-plugins/tpm
tmux-plugins/tmux-sensible
dracula/tmux
christoomey/vim-tmux-navigator
tmux-plugins/tmux-yank
'
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, ssh-session, attached-clients, network-vpn, weather, time, mpc, spotify-tui, playerctl, kubernetes-context, synchronize-panes
set -g @dracula-plugins "ram-usage time"
@@ -46,6 +48,7 @@ set -g @dracula-time-format "%F %R"
# set vi-mode
set-window-option -g mode-keys vi
# keybindings
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle