toggler.js - CodeRepos 例えば、必要な時にset go=mとか毎回打って、不必要になったらset go=で戻すとか面倒になったので作った。 .vimperatorrcに以下の様に設定する js <<EOM liberator.globalVariables.togger = [ ["go", ["set go=n", "set go=nm", "set go=mb"]], ["con", ["sbclose", "sbar Console"]] ]; EOM 仕様変更 .vimperatorrcに以下の様に設定する js <<EOM liberator.globalVariables.toggler = { go: ["set go=n", "set go=nm", "set go=mb"], con: ["sbclose", "sbar Console"] }; E