2014年3月23日日曜日

vimチートシート(書きかけ)

導入


tmux.confの設定
ln -s ~/Dropbox/dotfiles/.tmux.conf ~/.tmux.conf

vimの設定
mkdir -p ~/.vim
mkdir -p ~/.vim/bundle
ln -s ~/.vimrc ~/Dropbox/dotfiles/.vimrc 

neobundle.vimの導入
git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

:NeoBundleInstall

でOK

参考にしました
http://www.karakaram.com/vimfiler
http://qiita.com/hide/items/b0087bc0bbc36d0f91fb

neobundle

参考にしました
http://vim-users.jp/2011/10/hack238/
http://qiita.com/puriketu99/items/1c32d3f24cc2919203eb


コマンドチートシート

  • 大文字小文字変換
    • ~
  • 行番号の表示非表示
    • set number / set nonumber