diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-22 14:06:08 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 510346e10839934217cc0885cf724642f831212f (patch) | |
| tree | abd7bc499e2d34a170dd3977a883c16d05bb582a /dot_zshrc.tmpl | |
| parent | e9cb678475e8fcf2d9a825f1b0fa0cd47358d4d9 (diff) | |
feat(tmux): add tmux
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 4e7cb75..5c51dab 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -93,7 +93,7 @@ bindkey -s '^o' 'lfcd\n' bindkey -s '^a' 'bc -lq\n' -bindkey -s '^f' '$(eval find $HOME/.config $HOME/code $HOME/.local/share -mindepth 1 -maxdepth 1 | fzf)\n' +bindkey -s '^f' 'tmux-session-dispensary.sh\n' bindkey '^[[P' delete-char |
