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
Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
admin_grundlagen:tmux [2018/07/13 09:08]
ingo_wichmann
admin_grundlagen:tmux [2019/02/10 10:35]
ingo_wichmann
Zeile 33: Zeile 33:
 | alle panes horizontal gleich groß anordnen ​    | ''​Strg+b''​ ''​Alt+1''​ bzw.''​Strg+b''​ ''​ESC''​ ''​1''​ |  | alle panes horizontal gleich groß anordnen ​    | ''​Strg+b''​ ''​Alt+1''​ bzw.''​Strg+b''​ ''​ESC''​ ''​1''​ | 
 ^ scrollen ​                                      ^^ ^ scrollen ​                                      ^^
-| tmux Scrolling ​                                ​| ''​Strg+b ['' ​ | +| nach oben scrollen ​                            | ''​Strg+b''​ ''​Bild auf''​ | 
-| ausschalten ​                                   | ''​Strg+C'' ​ |+| tmux Scrolling ​einschalten ​                    | ''​Strg+b ['' ​ | 
 +tmux Scrolling ​ausschalten ​                    ​| ''​Strg+c'' ​ |
  
 ====== scrollen ====== ====== scrollen ======
Zeile 42: Zeile 43:
 set -g terminal-overrides '​xterm*:​smcup@:​rmcup@'​ set -g terminal-overrides '​xterm*:​smcup@:​rmcup@'​
 </​file>​ </​file>​
 +
 +====== Mausunterstützung ======
 +In tmux per Maus scrollen, Fenster wechseln, etc.:
 +<file raw ~/​.tmux.conf>​
 +# mouse support ​
 +set -g mouse on
 +</​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 ======
-alle Fenster ​miteinander verbinden:+Eingabe in alle Fenster ​leiten:
   * ''<​Strg>​+b''​   * ''<​Strg>​+b''​
  
   :set synchronize-panes   :set synchronize-panes
-ausschalten:​+wieder ​ausschalten:​
   :set synchronize-panes off   :set synchronize-panes off
  
admin_grundlagen/tmux.txt · Zuletzt geändert: 2023/08/07 16:18 von ingo_wichmann