From e276af98a8097aa425173e35a18df1f73e0e40d7 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 21 May 2025 10:43:45 +0100 Subject: [PATCH] Use bindkey emacs mode --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 59d0ae9..b365c0b 100644 --- a/.zshrc +++ b/.zshrc @@ -20,6 +20,7 @@ SAVEHIST=10000 alias lss="ls -lah" alias yt-dlp-mp4="yt-dlp --no-config --format 'bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]'" alias t="todo.sh" +alias r="ranger" alias gco="git checkout" alias gcm="git commit -m" @@ -46,3 +47,5 @@ export NVM_DIR="$HOME/.nvm" export PATH="$HOME/.dotnet/tools:$PATH" export PATH="$HOME/.yarn/bin:$PATH" +# Emacs Mode +bindkey -e