clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

fix issues

sspaeti 783b4137 7fff4234

+3
+3
tmux/tmux.conf
··· 79 79 # Switching tmux zoom between panes without zooming out 80 80 bind -r u select-pane -t .+1 \; resize-pane -Z 81 81 82 + # set `prefix + ctrl + z` (not `prefix + z`) to zoom to avoid accidental suspend my tmux session, what prefix + ctrl + z does by default. 83 + bind C-z resize-pane -Z 84 + 82 85 # double keymaps as in vim are not possible-> sticking with <c-hjkl> thenjkl> thenjkl> then 83 86 #unbind s 84 87 bind S choose-session