jreybert / vimagit

Ease your git workflow within Vim
1.31k stars 49 forks source link

Open magit in new tab #154

Closed ciases closed 7 years ago

ciases commented 7 years ago

Hello! It will be nice to have an option to open a magit buffer in new tab. In that case it will be easier to review files IMO.

jreybert commented 7 years ago

you can map your own like: map <Leader>M :tabnew +MagitOnly<cr>

ciases commented 7 years ago

Superb! Thanks!