this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(tmux): add `-` key to quickly switch between recent sessions

+1
+1
.tmux.conf
··· 21 21 bind-key C-l select-pane -R 22 22 bind-key C-s split-window -v 23 23 bind-key C-v split-window -h 24 + bind-key - switch-client -l 24 25 25 26 # bind ctrl-ed version of other mappings 26 27 # e.g. `n` and `p` for navigating windows