Hacker News new | ask | show | jobs
by oalders 2238 days ago
This 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
1 comments

Actually, it depends on your tmux version. Looks like

  bind-key '\' split-window -h
is more portable between versions.