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,只需按下(在正常模式下);设置;在行尾?
;
所以
console.log('foo')
变成
console.log('foo');
光标在行中的任何位置。
我知道组合是shift+ A+ ;+Esc