diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-24 23:16:45 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-24 23:16:45 +0200 |
commit | af89896bfa0a9f2cc987e0683568dd22af8efb27 (patch) | |
tree | 4a4930c0f691ecce551208ad91dd5e6f76a73795 /config/essentials/zsh/widgets.zsh | |
parent | 6b0cafb5b3b9f7d986c843662ee58569d879e81d (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh/widgets.zsh')
-rw-r--r-- | config/essentials/zsh/widgets.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/essentials/zsh/widgets.zsh b/config/essentials/zsh/widgets.zsh index cce9fbc..71d33cf 100644 --- a/config/essentials/zsh/widgets.zsh +++ b/config/essentials/zsh/widgets.zsh @@ -13,3 +13,5 @@ insert-last-command-output() { } zle -N insert-last-command-output bindkey "^Xl" insert-last-command-output + +bindkey -s "^f" "tmux-sessionizer\n" |