ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Make VIM on Debian Work without Mouse Interactions like vi

    Scheduled Pinned Locked Moved IT Discussion
    linuxdebianvivim
    1 Posts 1 Posters 348 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      By default on Debian, vi is replaced with vim and configured to make it unusable as any attempt to interact with text by mouse causes it to freak out. It's the worst. But the fix is easy if you know what to do.

      edit /etc/vim/vimrc

      And add these lines..

      set mouse=
      set ttymouse=
      

      Voila, it works again!

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post