zsh:keys: Change ctrl-dot sequence to libtermkey

This commit is contained in:
2022-10-21 01:25:36 +02:00
parent 49e8e3a756
commit 350dd257f0

View File

@@ -171,7 +171,7 @@ bindkey . rationalize_dots
# Keep the normal dot self-insert on Ctrl-. (e.g. for typing `../.local`)
function default_dot { LBUFFER+=. }
zle -N default_dot
bindkey '^N' default_dot
bindkey '^[[46;5u' default_dot
CMDS_ON_ENTER=(ll gs)
REQUIREMENTS_CMDS_ON_ENTER=(true "git rev-parse")