-
Notifications
You must be signed in to change notification settings - Fork 253
Go to line number is off #749
Comments
Hm, I can't reproduce this. What type of file? And does line wrapping affect it? It's true, showing the keys typed in the status bar while in operator pending mode would be very cool. And it would be more Vim-like. That probably merits its own issue. |
To be honest, all files. I'm pretty sure I have line wrapping completely disabled but if you tell me what the setting name is I can check to make sure. I'll go ahead and open a new issue regarding the bar. |
Might be related to #716? You have ex-mode installed? |
Typing
|
Thanks for the clarification, I didn't realize ex-mode may be the package. Is there a way to transfer issues between projects or should we just close this and open a new there? |
This issue was moved to lloeki/ex-mode#67 |
I noticed whenever I try to go to a particular line, it's off by one. I'm guessing it's just some indexing issue.
E.g., typing
:20
takes me to line 21.Also, is there a way to show the bottom input bar when entering a line number? That way I can see what line I'm typing?
The text was updated successfully, but these errors were encountered: