LoginSignup
12
12

More than 5 years have passed since last update.

git管理している別ブランチの特定ファイルをvimで画面分割して開く

Last updated at Posted at 2015-04-24
  • fugitiveとはvimからGitを操作できるようにするもの

インストールはNoeBundleを使っているなら以下をvimrcに追加

" Gitを使うプラグイン
NeoBundle 'tpope/vim-fugitive'

タイトルにある
「他ブランチの特定ファイルを画面分割して開く」はこちら

:Gvsplit BRUNCH_NAME:PATH_TO_FILE

その他のコマンドは調べるかhelpを見る

:h fugitive
12
12
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
12
12