Switching over to LMDE

From The TinkerNet Wiki
Revision as of 16:29, 4 April 2021 by Tinker (talk | contribs) (→‎vim)
Jump to navigation Jump to search

So...

Linux Mint is based on Ubuntu & Ubuntu is based on Debian.

Ubuntu is slowly trying to turn into a combination of Windows & MacOS...

Ick!

LMDE is a version of Linux Mint without the Ubuntu step.

Seems promising.

BUT, There are some oddities

vim

(as installed on LMDE) has mouse weirdness. Selecting text with the mouse automatically enter 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:

  • :set mouse-=a

during an editing session, or even better, put it (without the leading colon) in your ~/.vimrc file. (create the .vimrc file if it's not already there...)