diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-05-18 09:37:12 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-05-18 09:37:12 +0200 |
| commit | 925bfae28fbc38a91e1da48466bf48a99e40a4cd (patch) | |
| tree | 057b53d8e1b479f31f22b955ecb638673cad422e /tmux | |
| parent | 037ff9ec6c7b1b744ea7d06c55188aa4386fbd8c (diff) | |
| parent | 14dc3b2903c370c0a9f408a8a9c4ba90877f0d74 (diff) | |
| download | dotfiles-925bfae28fbc38a91e1da48466bf48a99e40a4cd.tar.gz dotfiles-925bfae28fbc38a91e1da48466bf48a99e40a4cd.tar.bz2 dotfiles-925bfae28fbc38a91e1da48466bf48a99e40a4cd.zip | |
Merge branch 'master' into gitsigns
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index bc47dc6..07347e9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -26,3 +26,5 @@ bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" | |||
| 26 | bind C-t set -g status | 26 | bind C-t set -g status |
| 27 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" | 27 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" |
| 28 | 28 | ||
| 29 | bind % split-window -h -c "#{pane_current_path}" | ||
| 30 | bind '"' split-window -c "#{pane_current_path}" | ||
