From fad48fc9195ad0cdf20fff6c5b26f703c4c960c1 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 2 Oct 2025 20:22:26 +0200 Subject: [PATCH] Update .zshrc --- home/dot_zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/dot_zshrc b/home/dot_zshrc index d84ee01..7f8df78 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -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