Add eth-ip function
This commit is contained in:
parent
ad7a068e78
commit
c5211a17f1
2 changed files with 6 additions and 2 deletions
|
@ -51,10 +51,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.
|
||||
function zle-line-init () {
|
||||
local function zle-line-init () {
|
||||
echoti smkx
|
||||
}
|
||||
function zle-line-finish () {
|
||||
local function zle-line-finish () {
|
||||
echoti rmkx
|
||||
}
|
||||
zle -N zle-line-init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue