From 96fa27edc6d15dd76c024a289de330bd15ac52f1 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 19 Sep 2021 16:35:13 -0400 Subject: [PATCH 1/2] 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}" } ``` - From 2dd948119315aa980d8c770aa6c586d399e75f61 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 19 Sep 2021 16:36:40 -0400 Subject: [PATCH 2/2] Removing READMEs on deploy --- .chezmoiignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiignore b/.chezmoiignore index f937e7c..abc3b24 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,4 +1,4 @@ -README.md +**/README.md {{ if (hasKey . "firefox") | not }} .mozilla {{- end }}