5
Vimの次の行へのコメントの継続を無効にできますか?
Vimでは、コードファイルにコメントを入力しているEnterときにを押すと、改行も自動的にコメントになります。 たとえば、Rubyファイルの場合: # I manually typed the pound at the start of this line and hit enter. # This line formatted itself this way automatically. 一般的に、これは私が望むものですが、常にではありません。この自動コメント動作を一時的にオフにするにはどうすればよいですか?
65
vim