|
|
|
|
|
by buvanshak
2929 days ago
|
|
I use nvims terminal because. 1. I don't want to learn a bunch of new key bindings to switch between terminal and editor windows. With nvim, I can use the same process that I use to switch between buffers, to switch to a terminal window. 2. I can use the same process to copy to/from terminal/buffer windows, and use the full range of vim registers in the process. 3. I can name terminal buffers in the same way I name editor windows, and use the names to switch to the terminal window. |
|