I'm looking for a way to drop the mouse, forever and always. I got to a very comfortable point, where I don't use it for regular text editing, however, something's bothering me.
When I work with the shell and I want to copy some prev output, I need to highlight + copy using the mouse. That sucks. I know about screen
and 'Ctrl-A [', is cool, but I want to browse the scrollback in Vim, not in Screen's built-in interface.
Is there a way for me to open the current shell output buffer into Vim and copy from it?
screen
as well. Is not 'vi' per see I think, but if you use screen anCtrl-A
+[
you can copy from the scrollback, however, you're in avi
-like editor, without the power of vim + plugins. – Rad'Val Nov 03 '17 at 21:35Ctrl-A [
, you're still in Screen, this has nothing to do with Vi except that a couple of key bindings are inspired from vi. – Gilles 'SO- stop being evil' Nov 03 '17 at 21:41