changes...

This commit is contained in:
Solomon Laing 2025-06-02 16:31:59 +09:30
parent 0ca8b9fac2
commit ffe5476c80

View File

@ -33,12 +33,17 @@ setw -g pane-base-index 1
# Enable full mouse support. # Enable full mouse support.
# set -g mouse on # gross gross gross # set -g mouse on # gross gross gross
# vi mode for movement and copy/paste
set-window-option -g mode-keys vi
bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Key Binds # Key Binds
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Reload the tmux config. # Reload the tmux config.
bind-key r source-file ~/.config/tmux/tmux.conf bind-key r source-file /home/solomon/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded"
# Split panes. # Split panes.
bind-key b split-window -v bind-key b split-window -v