Explorar el Código

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

Lu Stadler %!s(int64=7) %!d(string=hace) años
padre
commit
826d918fd8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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