diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-07 23:01:03 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-07 23:01:03 +0100 |
commit | 8d91904414e6f41d653025b90e775fde82ba0e9c (patch) | |
tree | 6cffe721c55edef300ad318fab820f0969e66e8c /config/essentials | |
parent | 3e7f8a367450594c021651ed3037cd3a33096ff1 (diff) |
checkpoint
Diffstat (limited to 'config/essentials')
-rw-r--r-- | config/essentials/zsh/widgets.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/widgets.zsh b/config/essentials/zsh/widgets.zsh index 985ad2b..a7f8067 100644 --- a/config/essentials/zsh/widgets.zsh +++ b/config/essentials/zsh/widgets.zsh @@ -28,5 +28,5 @@ zle -N toggle_prompt bindkey '\ep' toggle_prompt -bindkey -s "^f" "tmux-sessionizer\n" +bindkey -s '\eF' "tmux-sessionizer\n" |