diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-05-03 19:32:59 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-05-03 19:32:59 +0200 |
| commit | 12d1c7b3d93e7777c71bf9ae61303bec9938af31 (patch) | |
| tree | 0c9fceb18d4b35673c7555fbacdec9b3f72dd1f5 | |
| parent | f9d0c46cc0febdb1097980ada0399eaf9a39e79e (diff) | |
| download | dotfiles-12d1c7b3d93e7777c71bf9ae61303bec9938af31.tar.gz dotfiles-12d1c7b3d93e7777c71bf9ae61303bec9938af31.tar.bz2 dotfiles-12d1c7b3d93e7777c71bf9ae61303bec9938af31.zip | |
Besseres Verhalten beim Erstellen eines neues Fensters
| -rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5909245..6540462 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -25,6 +25,10 @@ bind j select-pane -D | |||
| 25 | bind k select-pane -U | 25 | bind k select-pane -U |
| 26 | bind l select-pane -R | 26 | bind l select-pane -R |
| 27 | 27 | ||
| 28 | bind '"' split-window -v -c "#{pane_current_path}" | ||
| 29 | bind % split-window -h -c "#{pane_current_path}" | ||
| 30 | bind c new-window -c "~" | ||
| 31 | |||
| 28 | bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" | 32 | bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" |
| 29 | bind C-t set -g status | 33 | bind C-t set -g status |
| 30 | bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" | 34 | bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" |
