diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-10-01 23:14:24 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-10-01 23:14:24 +0500 |
| commit | 7e2930ca2a939795f1953331749c9e0f82ec67a7 (patch) | |
| tree | a86ae84b346fb7ee88d4422cc0e1a96d6ec9c037 /files | |
| parent | 3d6b73cc8995584c17d77ad77ac2a440ac6fa754 (diff) | |
Fix tmux bindings.
Diffstat (limited to 'files')
| -rw-r--r-- | files/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/.tmux.conf b/files/.tmux.conf index ac108c6..ed312a0 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -42,8 +42,8 @@ bind '$' command-prompt -p "(rename-session '#S')" "rename-session '%%'" bind , command-prompt -p "(rename-window '#W')" "rename-window '%%'" # Move windows -bind -n P swap-window -t -1\; select-window -t -1 -bind -n N swap-window -t +1\; select-window -t +1 +bind P swap-window -t -1\; select-window -t -1 +bind N swap-window -t +1\; select-window -t +1 #bind \ split-window -h -c '#{pane_current_path}' |
