tmux: suche
This commit is contained in:
parent
5596f92327
commit
d15f7619b5
1 changed files with 4 additions and 0 deletions
|
@ -35,3 +35,7 @@ bind t new-window
|
|||
# praefix + strg + x
|
||||
# https://stackoverflow.com/questions/16325449/how-to-send-a-command-to-all-panes-in-tmux
|
||||
bind -n C-x setw synchronize-panes
|
||||
# gehe in copy mode und starte suche
|
||||
# prefix + f
|
||||
set-window-option -g mode-keys vi
|
||||
bind f copy-mode\; send-keys ?
|
||||
|
|
Loading…
Reference in a new issue