I would like to have the following functionality in the vim
editor.
- Select a certain text (e.g. paragraph)
- Open a temporal buffer with only the selecting text (on full screen). The purpose here is to remove all the distractions and focus only on the selected chunk.
- Edit the text in the temporal buffer
- Close the temporal buffer with certain key, so that everything from the temporal buffer will replace the selected text in the initial buffer.
Is there already such a functionality in vim or such a vimscript?