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.
これを実現するためにvimpulseを設定する方法を知っている人;は: いますか?ありがとう!
;
:
キーマップを追加することでこれを行うことができます:
(define-key viper-vi-global-user-map (kbd ";") 'viper-ex)
同様に、vimpulseも使用する場合:
(define-key vimpulse-visual-global-user-map (kbd ";") 'vimpulse-visual-ex)