Skip to content

Instantly share code, notes, and snippets.

@simeji
Last active December 31, 2015 12:21
Show Gist options
  • Save simeji/c974506142940331b0cd to your computer and use it in GitHub Desktop.
Save simeji/c974506142940331b0cd to your computer and use it in GitHub Desktop.
Vimがちょっと便利になる5つ起動オプション(おまけあり) ref: http://qiita.com/simeji/items/41f4c1bd4e9a2b3c1526
vim +45 test.rb
vim test.rb -c NERDTreeFind
vim test.rb -c /test
vim -R test.rb
vim -p test.rb hoge.rb
vim -u NONE test.rb
vim -w vimop.vim test.rb
vim -s vimop.vim moge.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment