clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

nice: addind one key switches

sspaeti 19e9b0a9 4a3a8793

+6
+6
tmux/.tmux.conf
··· 95 95 bind-key -n M-8 select-window -t 8 96 96 bind-key -n M-9 select-window -t 9 97 97 98 + # switch to dedicated sessions with Alt+key (no prefix needed) 99 + bind-key -n M-d switch-client -t omarchy-hypr-dots:dots 100 + bind-key -n M-o switch-client -t omarchy-hypr-dots:omarchy 101 + bind-key -n M-p switch-client -t sspaeti-blog-brain-hugo:blog 102 + bind-key -n M-b switch-client -t sspaeti-blog-brain-hugo:brain 103 + 98 104 # set switching between last active tabs forth and back 99 105 bind-key k select-window -l 100 106 # different key bindings for splitting and opening in current path