summaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zshrc.tmpl')
-rw-r--r--dot_zshrc.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
index 7b28a4e..6a47bce 100644
--- a/dot_zshrc.tmpl
+++ b/dot_zshrc.tmpl
@@ -99,7 +99,11 @@ bindkey -s '^o' 'lfcd\n'
bindkey -s '^a' 'bc -lq\n'
+{{ if .work -}}
bindkey -s '^f' 'tmux-session-dispensary.sh\n'
+{{ else -}}
+bindkey -s '^f' '$(eval find $HOME/.config $HOME/code $HOME/.local/share -mindepth 1 -maxdepth 1 | fzf)\n'
+{{- end }}
bindkey '^[[P' delete-char