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.
vimでキーiとキーを切り替えました。aこれとともに:
nnoremap i a nnoremap a i
Sublime Text 2でも切り替えることはできますか? ありがとう
設定 -> キーバインド - ユーザー
追加
{ "keys": ["i"], "command": "insert", "args": {"characters": "a"} }, { "keys": ["a"], "command": "insert", "args": {"characters": "i"} }
sの間[]。
[]