From 510346e10839934217cc0885cf724642f831212f Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Fri, 22 Aug 2025 14:06:08 -0500 Subject: feat(tmux): add tmux --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_zshrc.tmpl') 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 -- cgit v1.2.3