|
@@ -33,10 +33,6 @@ set-window-option -g mode-keys vi # vi keys in copy mode (prefix+[)
|
|
|
# General Key Bindings
|
|
# General Key Bindings
|
|
|
#######################
|
|
#######################
|
|
|
|
|
|
|
|
-# Act like vim. Enhance copy mode to use more vim like keys for copying.
|
|
|
|
|
-bind-key -t vi-copy 'v' begin-selection
|
|
|
|
|
-bind-key -t vi-copy 'y' copy-selection
|
|
|
|
|
-
|
|
|
|
|
# Use prefix+r to reload the config file.
|
|
# Use prefix+r to reload the config file.
|
|
|
bind-key C-r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded"
|
|
bind-key C-r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded"
|
|
|
|
|
|