diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-28 09:22:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-28 09:23:28 +0200 |
| commit | 8ef8285c610b072e4b0c0c414265fedcde9a1e2a (patch) | |
| tree | 899b507510f7f514170fc8920097aa773b14da20 | |
| parent | 0618a41697ee823d52a2a6bf5c6b23ce6f3b6722 (diff) | |
| download | config-8ef8285c610b072e4b0c0c414265fedcde9a1e2a.tar.gz config-8ef8285c610b072e4b0c0c414265fedcde9a1e2a.zip | |
Rebind : and open new panes in current path
Diffstat (limited to '')
| -rw-r--r-- | .tmux.conf | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -5,8 +5,9 @@ unbind -a -T root | |||
| 5 | # Custom bindings | 5 | # Custom bindings |
| 6 | set -g prefix C-f | 6 | set -g prefix C-f |
| 7 | bind-key -n C-f send-prefix | 7 | bind-key -n C-f send-prefix |
| 8 | bind-key \' split-window -v | 8 | bind-key f command-prompt |
| 9 | bind-key \; split-window -h | 9 | bind-key \' split-window -v -c "#{pane_current_path}" |
| 10 | bind-key \; split-window -h -c "#{pane_current_path}" | ||
| 10 | bind-key l select-pane -R | 11 | bind-key l select-pane -R |
| 11 | bind-key C-l resize-pane -R | 12 | bind-key C-l resize-pane -R |
| 12 | bind-key h select-pane -L | 13 | bind-key h select-pane -L |
