Sha256: 6290a697fceac9d712d85f1293f403ef264a8d140d2d6d42eb27625de745156d

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 Bytes

Contents

#
# Ctrl-Jでhelplineを呼ぶようにする
#
function run-help() {
    helpline "${BUFFER}" < $TTY
    BUFFER=$(cat /tmp/helpline.cmd)
    CURSOR=${#BUFFER}
    zle redisplay
}
zle -N run-help
bindkey "^h" run-help

# コマンドライン実行時にもコメントを使えるようにする
# setopt interactivecomments

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
helpline-0.2.2 keydef.zsh
helpline-0.2.1 keydef.zsh
helpline-0.1.18 keydef.zsh
helpline-0.1.17 keydef.zsh
helpline-0.1.16 keydef.zsh
helpline-0.1.15 keydef.zsh