Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

[Esc, C-[, C-C 対応版] Terminal Vimで Insert モードを抜ける時に英数入力に切り替える方法

$
0
0

Mac の場合です。

解決方法

KeyRemap4MacBook を使えば可能。

ESC と Ctrl+C と Ctrl+[ に対応させる設定。

private.xml

private.xml
<?xml version="1.0"?><root><list><item><name>LeaveInsMode with EISUU(Terminal)</name><identifier>private.app_terminal_esc_with_eisuu</identifier><only>TERMINAL</only><autogen>--KeyToKey-- KeyCode::ESCAPE, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen><autogen>--KeyToKey-- KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::JIS_EISUU</autogen><autogen>--KeyToKey-- KeyCode::C, VK_CONTROL, KeyCode::C, VK_CONTROL, KeyCode::JIS_EISUU</autogen></item></list></root>

あとは ReloadXML して checkbox ON して有効にましょう。そしたらOK。


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>