Compare commits
No commits in common. "386c120feb362b1bd0b54eb776a9ff8b89893307" and "b99ed3297aa0736f6a49fcf177f4e7d376378a83" have entirely different histories.
386c120feb
...
b99ed3297a
1 changed files with 2 additions and 5 deletions
|
@ -6,16 +6,13 @@ bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
|
|||
set -g mouse on
|
||||
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'"
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-q
|
||||
bind C-q send-prefix
|
||||
setw -g mode-keys vi
|
||||
set-window-option -g mode-keys vi
|
||||
|
||||
unbind [
|
||||
bind Escape copy-mode
|
||||
unbind p
|
||||
bind p paste-buffer
|
||||
|
||||
set-window-option -g mode-keys vi
|
||||
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue