24 Apr, 2021
Here is how I set up Vim on Debian so that it works well with an SSH session from the macOS terminal:
sudo apt install -y vim
cat << EOF >> ~/.vimrc
set mouse=r
set paste
set mouse-=a
EOF
I don't fully understand what these do, but they work for me!
Be the first to comment.
Copyright James Gardner 1996-2020 All Rights Reserved. Admin.