From 52f42a7875a23745f912f3028b1c3257d0bf40e1 Mon Sep 17 00:00:00 2001 From: Benie Date: Sat, 9 Jun 2018 17:41:07 +0100 Subject: [PATCH] Edit the command line with ^F in normal mode --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index c757c9a..06186d0 100644 --- a/zshrc +++ b/zshrc @@ -66,6 +66,9 @@ bindkey -v # Enable yank, change, and delete whole line with 'Y', 'cc', and 'dd' bindkey -M vicmd 'Y' vi-yank-whole-line +# Edit the command line in vim +bindkey -M vicmd '^F' edit-command-line + # Enable undo with 'u' and redo with 'U' bindkey -M vicmd 'u' undo bindkey -M vicmd 'U' redo