LoginSignup
2
2

More than 5 years have passed since last update.

vim備忘

Last updated at Posted at 2014-11-20
  • vim

.vimrc

set concoding=utf-8
set fileencodings=iso-2022-jp,euc-jp,sjis,utf-8
set textwidth=70 #70文字改行用
set formatoptions+=mM #70文字改行用
imap <c-j> <esc> #Escの代用

  • 便利だなと感じだやつ

.(繰り返し)
ドットは偉大。

Ctrl+a,Ctrl+x
数値の加算、減算

  • メールで引用返信するときにやる方法

あとで書く。

  • 使うやつ

R

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2