|
|
|
|
|
|
39
|
set -g status-keys emacs
|
39
|
set -g status-keys emacs
|
|
40
|
bind-key -T copy-mode-vi ? command-prompt -i -I "#{pane_search_string}" -p "(search up)" "send -X search-backward-incremental \"%%%\""
|
40
|
bind-key -T copy-mode-vi ? command-prompt -i -I "#{pane_search_string}" -p "(search up)" "send -X search-backward-incremental \"%%%\""
|
|
41
|
bind-key -T copy-mode-vi / command-prompt -i -I "#{pane_search_string}" -p "(search down)" "send -X search-forward-incremental \"%%%\""
|
41
|
bind-key -T copy-mode-vi / command-prompt -i -I "#{pane_search_string}" -p "(search down)" "send -X search-forward-incremental \"%%%\""
|
|
|
|
42
|
unbind-key -T root MouseDrag1Pane
|
|
42
|
|
43
|
|
|
43
|
bind-key r source-file ~/.tmux.conf
|
44
|
bind-key r source-file ~/.tmux.conf
|