Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Change default bindings for Up/Down in command mode
Those now look at the history again. Looking at the behavior in different applications: - vim: History - spacemacs: Completion if open, else history - luakit: Completion if open, else history - dwb: Always completion (has no history?) - vimb: Nothing if completion open, else history - vimperator: Always history So this is consistent with at least some of them - the much more important factor is that <Tab> is probably intuitively easy to discover if up/down doesn't do what's expected, but <ctrl-p>/<ctrl-n> are not.
- Loading branch information
1 parent
f406e8d
commit 7c39600
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters