Updates
This commit is contained in:
parent
01d19b1b52
commit
a64e38b305
5 changed files with 28 additions and 55 deletions
|
@ -52,10 +52,10 @@ bindkey -s "^F" "fuck\n"
|
|||
# Finally, make sure the terminal is in application mode, when zle is
|
||||
# active. Only then are the values from $terminfo valid.
|
||||
local function zle-line-init () {
|
||||
echoti smkx
|
||||
echoti smkx 2> /dev/null
|
||||
}
|
||||
local function zle-line-finish () {
|
||||
echoti rmkx
|
||||
echoti rmkx 2> /dev/null
|
||||
}
|
||||
zle -N zle-line-init
|
||||
zle -N zle-line-finish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue