aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/keybindings.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/keybindings.zsh b/zsh/keybindings.zsh
index 8638589..53df9cd 100644
--- a/zsh/keybindings.zsh
+++ b/zsh/keybindings.zsh
@@ -5,10 +5,10 @@
# Make sure the terminal is in application mode when zle is active. Only then
# are the values from $terminfo valid.
-function zle-line-init () {
+zle-line-init() {
printf '%s' "${terminfo[smkx]}"
}
-function zle-line-finish () {
+zle-line-finish () {
printf '%s' "${terminfo[rmkx]}"
}
zle -N zle-line-init