gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

set evil-mc-enable-bar-cursor to nil when in terminal environment #128

Open josephmturner opened 2 years ago

josephmturner commented 2 years ago

Thank you for evil-mc!

When running emacs in a terminal, the bar cursor appears as an empty block, which was confusing to me until I stumbled across this comment suggesting (setq evil-mc-enable-bar-cursor nil).

Please consider setting the default evil-mc-enable-bar-cursor to nil when in a terminal environment. :)