vim-ctrlspace / vim-ctrlspace

Vim Space Controller
1.75k stars 73 forks source link

Git branch workspace name autosuggest #80

Open DXist opened 9 years ago

DXist commented 9 years ago

Good defaults for workspace names will encourage workspace usage.

In my opinion it would be nice to have in workspace name prompt a default suggested from git branch. It will speed up switch to new feature.

szw commented 9 years ago

Yes, I thought about this. Certainly, it could be possible with help of Tim Pope's vim-fugitive plugin. But on the other hand, the current behavior seems consistent. And it doesn't rely on any other plugins. Also, besides git, there are more version controlling tools. Perhaps, in the future, we could provide a user function for workspace name suggestion.

DXist commented 9 years ago

:+1: