clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

clean up unsused

sspaeti 199f4929 d34e7294

-2
-2
tmux/tmux.conf
··· 65 65 66 66 67 67 # different key bindings for splitting and opening in current path 68 - bind | split-window -h -c "#{pane_current_path}" 69 68 bind l split-window -h -c "#{pane_current_path}" 70 69 # unbind '"' 71 - bind - split-window -v -c "#{pane_current_path}" 72 70 bind j split-window -v -c "#{pane_current_path}" 73 71 74 72