LoginSignup
1
1

More than 5 years have passed since last update.

snippet: vim

Last updated at Posted at 2015-07-12

フォントをricty for powerlineにする

~/.gvimrc(mac)
set guifont=Ricty\ for\ Powerline:h16
~/.gvimrc(ubuntu)
set guifont=Ricty\ for\ Powerline\ 14

~や.swpを作成する場所を変更

gvimrc
set directory=c:/Temp
set backupdir=c:/Temp
undodir=c:/Temp

いつもの設定

~/.vimrc
sy on
se hlsearch
se nowrapscan
se nowrap
colorscheme desert

yankしたものを実行する手順

  1. vで選択->y
  2. :r!<c-r>"
1
1
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
1
1