From 96fa27edc6d15dd76c024a289de330bd15ac52f1 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 19 Sep 2021 16:35:13 -0400 Subject: [PATCH] Updating keybindings README --- dot_zsh/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dot_zsh/README.md b/dot_zsh/README.md index c8cfb44..e000267 100644 --- a/dot_zsh/README.md +++ b/dot_zsh/README.md @@ -4,6 +4,7 @@ +* [Keybindings](#keybindings) * [Aliases](#aliases) * [Functions](#functions) * [Customizations - ~/.zshrc.local](#customizations---zshrclocal) @@ -11,6 +12,15 @@ +## Keybindings + +| Keybinding | Description | +| -------------------- | ------------------------------------------------------------------------------- | +| `` | Autocompletes previous entries (e.g. `echo` returns previous echo commands) | +| `` | Move forward/backward per word | +| `<.>` | Last argument of previous command | + + ## Aliases | Alias | Command | Description | @@ -80,4 +90,3 @@ yubidecrypt () { gpg --decrypt --output "${output}" "${1}" && echo "${1} -> ${output}" } ``` -