clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update

sspaeti 6276960b 19e9b0a9

+5
+5
tmux/.tmux.conf
··· 1 + # reload with prefix + r 2 + 3 + 1 4 #use zsh as default 2 5 set-option -g default-shell /bin/zsh 3 6 #set-option -g default-shell /usr/local/bin/zsh ··· 100 103 bind-key -n M-o switch-client -t omarchy-hypr-dots:omarchy 101 104 bind-key -n M-p switch-client -t sspaeti-blog-brain-hugo:blog 102 105 bind-key -n M-b switch-client -t sspaeti-blog-brain-hugo:brain 106 + bind-key -n M-t run-shell -b "~/.tmux/tmux-switch-session.sh" 107 + bind-key -n M-s display-popup -E -w 40% "sesh connect \"$(sesh list -i | gum filter --limit 1 --placeholder 'Pick a sesh' --prompt='⚡')\"" 103 108 104 109 # set switching between last active tabs forth and back 105 110 bind-key k select-window -l