djoshea / vim-autoread

Have Vim automatically reload a file that has changed externally
102 stars 8 forks source link

In split window, the update will cause one of the windows to be on top #5

Open cs-pchsu opened 3 years ago

cs-pchsu commented 3 years ago

The operation is as follows:

  1. use terminal 1 to open file A, :split
  2. use terminal 2 to open file A, and modify file A then save file
  3. switch to terminal 1, one of windows in vim will be on top