:FZF opens a terminal in the same window as the current buffer, and setbufvar(tabstop) affects the cursor position in the current buffer as well as the cursor position in the terminal buffer.
To avoid that, don't set tabstop in terminal windows running shells.
:FZF opens a terminal in the same window as the current buffer, and setbufvar(tabstop) affects the cursor position in the current buffer as well as the cursor position in the terminal buffer.
To avoid that, don't set tabstop in terminal windows running shells.
Fixes #224 (at least by working around the issue)