diff options
author | neodarz <neodarz@neodarz.net> | 2018-07-05 21:29:47 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-07-05 21:29:47 +0200 |
commit | 3baa251ec9106f0e326f607a0b2dcbac6d0041b3 (patch) | |
tree | 57cbdc856a578914d11651a3e896ad5d23f944cc /zsh | |
parent | 76132d5a4b353ead68552858722500d3629c91ad (diff) | |
download | dotfiles_ascii-3baa251ec9106f0e326f607a0b2dcbac6d0041b3.tar.xz dotfiles_ascii-3baa251ec9106f0e326f607a0b2dcbac6d0041b3.zip |
Fix zsh keybindings
Diffstat (limited to 'zsh')
-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]} |