Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:tmux

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
admin_grundlagen:tmux [2018/09/18 14:52]
plast tmux Mausunterstützung
admin_grundlagen:tmux [2018/09/18 14:54]
plast Reloading tmux config
Zeile 49: Zeile 49:
 set -g mouse on set -g mouse on
 </​file>​ </​file>​
 +
 +====== Reloading tmux config ======
 +If you have made changes to your tmux configuration file in the ~/​.tmux.conf file, 
 +it shouldn’t be necessary to start the server up again from scratch with kill-server. ​
 +Instead, you can prompt the current tmux session to reload the configuration with the source-file command.
 +
 +This can be done either from within tmux, by pressing Ctrl+B and then : to bring up a command prompt, and typing:
 +
 +<​file>​
 +:​source-file ~/​.tmux.conf
 +</​file>​
 +
 +Or simply from a shell:
 +
 +<​file>​
 +$ tmux source-file ~/​.tmux.conf
 +</​file>​
 +
 +This should apply your changes to the running tmux server without affecting the sessions or windows within them.
  
 ====== Distributed shell ====== ====== Distributed shell ======
admin_grundlagen/tmux.txt · Zuletzt geändert: 2023/08/07 16:18 von ingo_wichmann