From 8d3357be3fcfb0f481236a4d89203552dc19be16 Mon Sep 17 00:00:00 2001 From: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Date: Sat, 10 Jan 2026 07:50:30 +1100 Subject: [PATCH] bindkey: add examples (#20657) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/bindkey.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/bindkey.md b/pages/common/bindkey.md index d5987e3b08..8a1e76972d 100644 --- a/pages/common/bindkey.md +++ b/pages/common/bindkey.md @@ -18,3 +18,11 @@ - View the hotkey in a key[M]ap: `bindkey -M main` + +- Enable [v]i mode: + +`bindkey -v` + +- Enable [e]macs mode (default mode): + +`bindkey -e`