diff options
Diffstat (limited to '')
-rwxr-xr-x | zsh/.zsh/keybindings.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zsh/keybindings.zsh b/zsh/.zsh/keybindings.zsh index 5959ab4..c3e2784 100755 --- a/zsh/.zsh/keybindings.zsh +++ b/zsh/.zsh/keybindings.zsh @@ -15,6 +15,7 @@ # ░░░░░░░░░░ # #█▓▒░ keybindings +bindkey -v typeset -A key key[Home]=${terminfo[khome]} |