Ver Código Fonte

~/.tmux.conf: Enable incremental search using vim keybindings

Lu Stadler 7 anos atrás
pai
commit
826d918fd8
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      .tmux.conf

+ 3 - 0
.tmux.conf

@ -36,4 +36,7 @@ bind-key -n F6 select-window -t 5
36 36
bind-key -n F7 select-window -t 6
37 37
bind-key -n F8 select-window -t 7
38 38
39
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 down)" "send -X search-forward-incremental \"%%%\""
41
39 42
bind-key r source-file ~/.tmux.conf