|
|
|
|
|
by patricius
1902 days ago
|
|
Vim's :term command has become my go-to way to open up a terminal nowadays. It gives you nice terminal emulation, but also lets you stay in Vim and use all the Vim keyboard mappings. When a terminal window has focus, you can go into Normal mode with `Ctrl+W N`, which will let you search and yank stuff like you're used to. |
|
PS: And when the terminal session exits, the history is still a vim buffer - that's awesome!