1
lululau 2015-07-14 21:39:59 +08:00 1
iTerm2: Use option keys as ESC
vim: use <ESC>x instead of <M-x>/<A-x> |
2
openroc 2015-07-14 22:01:59 +08:00 1
|
4
liuweisj 2015-07-15 10:31:32 +08:00 1
用神器 Karabiner
|
5
liuweisj 2015-07-15 10:34:00 +08:00 1
<appdef>
<appname>ITERM2</appname> <equal>com.googlecode.iterm2</equal> </appdef> <item> <name>iTerm2HotKey</name> <identifier>private.filters_example</identifier> <only>ITERM2</only> <autogen> --KeyToKey-- KeyCode::F19, KeyCode::B,ModifierFlag::CONTROL_R, </autogen> </item> 参考下我的配置 |