changes...
This commit is contained in:
parent
0ca8b9fac2
commit
ffe5476c80
@ -33,12 +33,17 @@ setw -g pane-base-index 1
|
||||
# Enable full mouse support.
|
||||
# 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
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# 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.
|
||||
bind-key b split-window -v
|
||||
|
||||
Loading…
Reference in New Issue
Block a user