- 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
Go to list of users who liked
More than 5 years have passed since last update.
.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
Register as a new user and use Qiita more conveniently
Go to list of users who liked