diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 20:42:04 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 20:42:04 +0200 |
| commit | 8f5d02f4e3af718c50f93c709cda1a997c068472 (patch) | |
| tree | 4b05bd87a2a6315bf40dc910ec8d6c8c674b9a12 /.tmux.conf | |
| parent | 25946ebbde2745122af9d719eb68a840a69d0e8d (diff) | |
| download | config-8f5d02f4e3af718c50f93c709cda1a997c068472.tar.gz config-8f5d02f4e3af718c50f93c709cda1a997c068472.zip | |
tmux: open new window in current path
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -18,7 +18,7 @@ bind-key k select-pane -U | |||
| 18 | bind-key C-k resize-pane -U | 18 | bind-key C-k resize-pane -U |
| 19 | bind-key [ copy-mode | 19 | bind-key [ copy-mode |
| 20 | bind-key ] paste-buffer | 20 | bind-key ] paste-buffer |
| 21 | bind-key o new-window | 21 | bind-key o new-window -c "#{pane_current_path}" |
| 22 | bind-key n next-window | 22 | bind-key n next-window |
| 23 | bind-key p previous-window | 23 | bind-key p previous-window |
| 24 | bind-key i break-pane | 24 | bind-key i break-pane |
