From a43299c3580d8f871aa14afe300f9fd84b91eb31 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 18 Sep 2022 15:16:16 -0700 Subject: [PATCH] Added beging and end of line shorcuts --- users/alejandro/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/alejandro/zsh.nix b/users/alejandro/zsh.nix index 6521056..76d5446 100644 --- a/users/alejandro/zsh.nix +++ b/users/alejandro/zsh.nix @@ -29,6 +29,8 @@ initExtra = '' base16_darktooth bindkey -v + bindkey '^A' beginning-of-line + bindkey '^E' end-of-line bindkey '^R' history-incremental-search-backward alias view="vim -R $1" alias ls=lsd