my dotz
0

Configure Feed

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

Future-proof tmux config

+1 -1
+1 -1
.tmux.conf
··· 4 4 set -s escape-time 0 5 5 6 6 # use vim-like keys for splits and windows 7 - bind-key \ split-window -h -c "#{pane_current_path}" 7 + bind-key \\ split-window -h -c "#{pane_current_path}" 8 8 bind-key - split-window -v -c "#{pane_current_path}" 9 9 bind-key h select-pane -L 10 10 bind-key j select-pane -D