Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この「リロード」コマンドが機能することはありません...マッピングに関係なく...
現在使用している...
map "<Ctrl-Cmd-r>" { reload } # not reloading either
別の例を挙げていただけますか?
これは私が使用しているもので、growl プラグインでニーモニックを使用しています。
def reload_configuration lambda{ growl("Configuration reloaded successfully") if reload} end map "<Cmd-y>" do input("rel" => reload_configuration) end