diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-09 12:45:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-09 12:45:56 +0100 |
commit | 9d616c8d297db37cc929b711e63f249c3cbe44a5 (patch) | |
tree | 1edd6eedbddcd127658f1d8bf2611fbbe5689f1d /user-profiles | |
parent | d877a2be11989f88e9e2c210e79cc2ce1540e7fd (diff) | |
download | nixos-9d616c8d297db37cc929b711e63f249c3cbe44a5.tar nixos-9d616c8d297db37cc929b711e63f249c3cbe44a5.tar.gz nixos-9d616c8d297db37cc929b711e63f249c3cbe44a5.tar.bz2 nixos-9d616c8d297db37cc929b711e63f249c3cbe44a5.tar.xz nixos-9d616c8d297db37cc929b711e63f249c3cbe44a5.zip |
...
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/tmux/tmux.conf b/user-profiles/tmux/tmux.conf index 36dab109..415d13e7 100644 --- a/user-profiles/tmux/tmux.conf +++ b/user-profiles/tmux/tmux.conf | |||
@@ -19,7 +19,7 @@ set-option -g status-right "" | |||
19 | 19 | ||
20 | bind / command-prompt "split-window -h 'exec @mandb@/bin/man %%'" | 20 | bind / command-prompt "split-window -h 'exec @mandb@/bin/man %%'" |
21 | bind C clock-mode | 21 | bind C clock-mode |
22 | bind r respawn-pane -k | 22 | bind r switch-client -r |
23 | 23 | ||
24 | bind -n M-Left select-pane -L | 24 | bind -n M-Left select-pane -L |
25 | bind -n M-Right select-pane -R | 25 | bind -n M-Right select-pane -R |