zhimsel / dotfiles

My config files
16 stars 0 forks source link

Fix tig-explorer issues #19

Closed zhimsel closed 1 year ago

zhimsel commented 4 years ago

https://github.com/iberianpig/tig-explorer.vim

For some reason, tig-explorer has a hard time returning to the correct buffer when it takes over a window. When tig is closed, it often returns to the incorrect buffer.

It also is unable to deal with manually-set $GIT_DIR and $GIT_WORK_TREE env vars (when .git is not present).

I'll probably end up needing to rewrite a lot of the plugin.

To-do

zhimsel commented 1 year ago

Not going to bother, since I just use Tig directly in a Terminal window now. It's slightly clunky (due to the nested vim sessions if I edit a commit message), but it works well enough.