diff options
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 |
