Add modeline to keyboard
This commit is contained in:
parent
d038098795
commit
376a8bd9c0
1
keyboard
1
keyboard
|
|
@ -25,3 +25,4 @@ zle -N history-beginning-search-forward-end \
|
|||
[[ -n "${key[Down]}" ]] && bindkey "${key[Down]}" down-line-or-search
|
||||
[[ -n "${key[Left]}" ]] && bindkey "${key[Left]}" backward-char
|
||||
[[ -n "${key[Right]}" ]] && bindkey "${key[Right]}" forward-char
|
||||
# vim: set ft=zsh ts=8 sw=4 tw=0 noet :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user