this repo has no description
0
fork

Configure Feed

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

chore: update

+11
+4
.tmux.conf
··· 22 22 bind-key C-s split-window -v 23 23 bind-key C-v split-window -h 24 24 25 + # bind ctrl-ed version of other mappings 26 + # e.g. `n` and `p` for navigating windows 27 + 25 28 bind-key r source-file ~/.tmux.conf 26 29 27 30 set-window-option -g mode-keys vi ··· 33 36 bind-key -T copy-mode-vi C-c send-keys -X cancel 34 37 35 38 bind-key C-e run-shell "tmux neww -n 'sessionizer' ~/.dotfiles/bin/tmux-sessionizer" 39 + bind-key e run-shell "tmux neww -n 'sessionizer' ~/.dotfiles/bin/tmux-sessionizer"
+1
gitignore_global
··· 1 1 .DS_Store 2 + note
+6
todo.norg
··· 1 + * Ideas 2 + 3 + ** `find-port-ps` command (alias to `fpp`) 4 + 5 + This command will list all id of processes that is listening to specific 6 + port with tmux session name it belongs.