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

Why the VIM UI? #196

Open
dovy opened this issue Oct 3, 2019 · 3 comments
Open

Why the VIM UI? #196

dovy opened this issue Oct 3, 2019 · 3 comments

Comments

@dovy
Copy link

dovy commented Oct 3, 2019

Why does the "menu" for the CLI have to be an VIM output? I'd so prefer just strait print-out to the console. Is this possible?

It would also be nice to limit what gets displayed. Such as drop values from displaying.

Just some thoughts. ;)

@dovy
Copy link
Author

dovy commented Oct 3, 2019

And when you hit CTRL + C it breaks the shell session...

@nikking
Copy link

nikking commented Oct 12, 2019

It looks like it's using your default pager (set with the environment variable PAGER). You can check your environment variable with:
echo $PAGER

If you want to change it to something else (e.g. more) you can edit your environment variable.

The pager variable is what's used anytime you look at man pages or other documentation on a unix system: https://en.wikibooks.org/wiki/Guide_to_Unix/Environment_Variables#PAGER

@dbieber
Copy link
Member

dbieber commented Oct 13, 2019

Thanks for the feedback dovy.
Still looking around for the best solution to this issue to fit all use-cases.
See also #188

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

3 participants