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

Add ability to navigate between prompts #1369

Closed
gnunn1 opened this issue Apr 14, 2018 · 0 comments
Closed

Add ability to navigate between prompts #1369

gnunn1 opened this issue Apr 14, 2018 · 0 comments

Comments

@gnunn1
Copy link
Owner

gnunn1 commented Apr 14, 2018

The intent of this feature is to allows users to navigate between the previous and next command prompts using an appropriate shortcut. The idea is that you often want to see the results of the previous command and scrolling through the terminal buffer can be annoying if you are dealing with long output. By hitting the shortcut one can quickly navigate between command prompts similar to OSX's terminal.

Like OSX's terminal this feature works by simply tracking when the enter key is pressed. This feature will require the alternate screen patch that is also used for triggers since we do not want to record the prompt position when using applications like vi, emacs or nano.

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

No branches or pull requests

1 participant