Skip to content

Instantly share code, notes, and snippets.

@rmuratov
Last active December 12, 2018 08:26
Show Gist options
  • Save rmuratov/15528fc30d18920772b176ed5ab8261b to your computer and use it in GitHub Desktop.
Save rmuratov/15528fc30d18920772b176ed5ab8261b to your computer and use it in GitHub Desktop.
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