- fugitiveとはvimからGitを操作できるようにするもの
インストールはNoeBundleを使っているなら以下をvimrcに追加
" Gitを使うプラグイン
NeoBundle 'tpope/vim-fugitive'
タイトルにある
「他ブランチの特定ファイルを画面分割して開く」はこちら
:Gvsplit BRUNCH_NAME:PATH_TO_FILE
その他のコマンドは調べるかhelpを見る
:h fugitive
Go to list of users who liked
More than 5 years have passed since last update.
インストールはNoeBundleを使っているなら以下をvimrcに追加
" Gitを使うプラグイン
NeoBundle 'tpope/vim-fugitive'
タイトルにある
「他ブランチの特定ファイルを画面分割して開く」はこちら
:Gvsplit BRUNCH_NAME:PATH_TO_FILE
その他のコマンドは調べるかhelpを見る
:h fugitive
Register as a new user and use Qiita more conveniently
Go to list of users who liked