Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #unbind C-b
  2. #set -g prefix C-a
  3.  
  4. bind -n M-Left select-pane -L
  5. bind -n M-Right select-pane -R
  6. bind -n M-Up select-pane -U
  7. bind -n M-Down select-pane -D
  8. set -g mouse on
  9. set-option -g allow-rename off
  10. bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement