1
0

Update .zshrc

This commit is contained in:
2025-10-02 20:22:26 +02:00
parent 34f3d610e2
commit fad48fc919

View File

@@ -122,6 +122,10 @@ bindkey '^P' history-substring-search-up
bindkey '^N' history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
# Bind ctrl+a and ctrl+e
bindkey '^A' vi-beginning-of-line
bindkey '^E' vi-end-of-line
# }}} End configuration added by Zim install