From 67609ed7a69c1593d2fd1b1c1f2c2fe0fa9c101b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 16 Feb 2021 20:23:47 +0100 Subject: [PATCH] fix option + arrows --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 948edaf..84491f4 100644 --- a/zshrc +++ b/zshrc @@ -17,6 +17,10 @@ DISABLE_UPDATE_PROMPT="true" DISABLE_AUTO_TITLE="true" ENABLE_CORRECTION="true" +# Skip forward/back a word with opt-arrow +bindkey '^[f' forward-word +bindkey '^[b' backward-word + # # History #