質問するログイン新規登録

回答編集履歴

1

ちょっと追記

2021/03/28 02:06

投稿

yutkat
yutkat

スコア135

answer CHANGED
@@ -7,6 +7,7 @@
7
7
  ---
8
8
 
9
9
  自動括弧入力を使っている場合だと普通に閉じ括弧を入力する(この場合は`)`を入力して`{`を入力する)人が多い気がします。
10
+ auto-pairsでできるかはわからないですが、有名どころの [https://github.com/cohama/lexima.vim ](https://github.com/cohama/lexima.vim) や私の使ってる [https://github.com/windwp/nvim-autopairs](https://github.com/windwp/nvim-autopairs) ではそれができます。
10
11
 
11
12
  あとはEmacsのキーバインディングをInsertモードに適用して
12
13
  `inoremap <C-f> <right>`