Revision history of "Fixing vim"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:38, 3 January 2022Bart talk contribs 834 bytes +834 Created page with "= VIM (& fixing it on Debian) = (as installed on Debian) has mouse weirdness. Selecting text with the mouse automatically enters '''visual mode'''. This prevents useful things like using the mouse to copy/paste while editing in the terminal. ('''Visual Mode''' is stupid...) ==== Solution ==== Either enter: *<code>:set mouse-=a</code> during an editing session, or even better, put it (without the leading colon) in your <code>~/.vimrc</code> file. (create the <code>.vim..."