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 }} 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}" } ``` -