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 では、Ctrl+Shift+別のキーのマクロをどのように設定すればよいですか? 私は noremap を実行しましたが、マッピングは実質的にシフトを無視しました。押すと、マクロが実行されます。
使用している実際のコマンドを見ずに言うのは難しいです。noremap コマンドは次のようになりますか?:
noremap <s-c-F8> :[command here]<CR>