Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cursor does not change #79

Open
gdkrmr opened this issue Jun 13, 2018 · 4 comments
Open

cursor does not change #79

gdkrmr opened this issue Jun 13, 2018 · 4 comments

Comments

@gdkrmr
Copy link

gdkrmr commented Jun 13, 2018

The following piece of text:

\begin{itemize}
\item item 1
\end{itemize}
  1. in normal mode move the cursor to the first itemize
  2. C-n to place second cursor on second itemize
  3. ci} to change the environment type

everything works fine except the cosmetic issue that the cursor just does not change to the insert mode cursor.

@gabesoft
Copy link
Owner

gabesoft commented Jun 17, 2018

There is a variable called evil-mc-enable-bar-cursor that controls whether the cursor should be change to a bar when in insert mode. That should be enabled by default though. Also, just to note that bar cursors only look good on Linux. On mac the bar is simulated with | character but that results in shifting all text to the right by one character. Myself, I only have it enabled on Linux.

@gdkrmr
Copy link
Author

gdkrmr commented Jun 17, 2018

I am on linux and doing C-n i in the above example gives the insert mode cursors.

@gabesoft
Copy link
Owner

I'm not able to reproduce this. Just to be clear, so when you press i the cursor changes but not when you press ci}? What about the real cursor, does it change in both cases?

@gdkrmr
Copy link
Author

gdkrmr commented Jun 18, 2018

yes, this is exactly the observed behavior, all cursors behave identically. I am using spacemacs on a very recent develop, maybe this makes the difference?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants