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

(in chrome) arrow keys in command mode not working correctly #8

Closed
nilesr opened this issue Jul 10, 2018 · 2 comments
Closed

(in chrome) arrow keys in command mode not working correctly #8

nilesr opened this issue Jul 10, 2018 · 2 comments
Labels
not a bug It works as intended

Comments

@nilesr
Copy link

nilesr commented Jul 10, 2018

If you enter a command like :w filename, and hit enter, then press : to get back to command mode and press the up arrow key, it should go back in the command history and pull up :w filename, but instead it inserts :<Up>. This happens with all four arrow keys.

@rhysd
Copy link
Owner

rhysd commented Jul 11, 2018

This is the correct behavior when building Vim with --with-features=tiny. Command history feature is not supported in 'tiny' features

@rhysd
Copy link
Owner

rhysd commented Jul 11, 2018

I plan to support 'small' (or 'normal' if possible) features, which would enable a support for command history.

@rhysd rhysd added the not a bug It works as intended label Jul 11, 2018
@rhysd rhysd closed this as completed Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not a bug It works as intended
Projects
None yet
Development

No branches or pull requests

2 participants