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

Clear terminal[FR] #214

Closed
johann1301s opened this issue Nov 14, 2020 · 3 comments · Fixed by #216
Closed

Clear terminal[FR] #214

johann1301s opened this issue Nov 14, 2020 · 3 comments · Fixed by #216
Labels
feature request 😍 Some feature could be added released 📮 Release has been made

Comments

@johann1301s
Copy link

Describe the feature you'd like

The command cmd-k does not clear the existing commands entered in the terminal like it does using the native macOS terminal.

Add a way to clear the terminal, preferably cmd-k.

Additional context

The clear command works but is more cumbersome than cmd-k.

@johann1301s johann1301s added the feature request 😍 Some feature could be added label Nov 14, 2020
@UziTech
Copy link
Member

UziTech commented Nov 15, 2020

You can use terminal-commands to create a command that sends clear to the active terminal. Then use keymaps to assign keys to the command.

@UziTech
Copy link
Member

UziTech commented Nov 15, 2020

I created PR #216 which adds x-terminal:clear I'm not sure if it works better than doing something with terminal-commands.

The biggest problem with a universal clear command is that not all terminals act the same. Using terminal-commands will allow you to create a command that is specific to the terminal that you use.

@github-actions
Copy link

🎉 This issue has been resolved in version 11.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released 📮 Release has been made label Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 😍 Some feature could be added released 📮 Release has been made
Development

Successfully merging a pull request may close this issue.

2 participants