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
你能再举一个例子吗?
这就是我正在使用的,使用带有咆哮插件的助记符:
def reload_configuration lambda{ growl("Configuration reloaded successfully") if reload} end map "<Cmd-y>" do input("rel" => reload_configuration) end