clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

adding alt for tmux

sspaeti 4a3a8793 b86b9044

+11
+11
tmux/.tmux.conf
··· 84 84 bind b send-keys 'C-l' 85 85 86 86 87 + # switch to window by Alt+number (no prefix needed) 88 + bind-key -n M-1 select-window -t 1 89 + bind-key -n M-2 select-window -t 2 90 + bind-key -n M-3 select-window -t 3 91 + bind-key -n M-4 select-window -t 4 92 + bind-key -n M-5 select-window -t 5 93 + bind-key -n M-6 select-window -t 6 94 + bind-key -n M-7 select-window -t 7 95 + bind-key -n M-8 select-window -t 8 96 + bind-key -n M-9 select-window -t 9 97 + 87 98 # set switching between last active tabs forth and back 88 99 bind-key k select-window -l 89 100 # different key bindings for splitting and opening in current path