Post History
#2: Post edited
- # MWE
- ```sh
- touch d
- less d
- # jump to editing d without leaving less
- ```
- # Question
- Is there a way to edit a file from viewing it in `less`?
Jumping straight into Vim would be preferred.
- # MWE
- ```sh
- touch d
- less d
- # jump to editing d without leaving less
- ```
- # Question
- Is there a way to edit a file from viewing it in `less`?
- Jumping straight into Vim would be preferred, but an answer for emacs as well would be thorough.