6 ms·
Could not agree more. I throw in underscore and backslash for good measure too: bind-key | split-window -h bind-key \ split-window -h bind-key - split-wi
by joeyo 6y ago
Could not agree more. I throw in underscore and backslash for good measure too:
bind-key | split-window -h
bind-key \ split-window -h
bind-key - split-window -v
bind-key _ split-window -v
- urs 6y agoThat’s it right there. I basically have the same thing. Worst comes to worst, Since they are visually so close, when I started, I never forgot what did what.
- oalders 6y agoThis is really helpful. I hadn't thought about adding bindings that work without shift. I just tried this and had to escape the slash to get the second binding to work: bind-key \\ split-window -h
- oalders 6y agoActually, it depends on your tmux version. Looks like bind-key '\' split-window -h is more portable between versions.