Before I found out about vim, I used gedit. I'm still trying to get vim to behave just like gedit, this is because I asked a lot of questions related to vim in StackOverflow.
One feature that I am missing is when a file was changed, when I worked on any file in gedit by another application, to use the pop-up that says The file <file_location> changed on disk. Do you want to reload the file? The file <file_location> changed on disk. Do you want to reload the file? . And there were two buttons with the name Reload and Cancel, respectively.
What I want:
(Note that I'm using vim, not gvim). I need a similar function in vim. I want if any file is modified on disk, a warning message will appear in the status bar:
File changed, press F9 to reload.
I will match my F9 :e .
source share