From b8934837f867f14d219b3360ce5407aae9dd005e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 5 Nov 2016 19:27:02 +0100 Subject: zsh/keybindings: Remove function keyword MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/keybindings.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') 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 -- cgit v1.2.3-54-g00ecf