zsh:keys: Change ctrl-dot sequence to libtermkey
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user