Last active
December 12, 2018 08:26
-
-
Save rmuratov/15528fc30d18920772b176ed5ab8261b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind -n M-Left select-pane -L | |
bind -n M-Right select-pane -R | |
bind -n M-Up select-pane -U | |
bind -n M-Down select-pane -D | |
set -g mouse on | |
set-option -g allow-rename off | |
set -g default-terminal "screen-256color" | |
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment