-
-
Notifications
You must be signed in to change notification settings - Fork 784
Closed
Labels
Description
There's a setting to clear the screen when running the context command, but not vice versa. I would love to be able to press CTRL+L to clear the screen and automatically run the context command
Describe the solution you'd like
I think the most straightforward would be a setting (similar to context.clear_screen
to clear the screen when running context).
Or maybe even add an easy way for users to configure their own keybinds? I saw you can do something using .inputrc
files, but it would be awesome to have an easy to use method for configuring this specifically for gdb/gef! :)
Describe alternatives you've considered
I'll try messing around with .inputrc
for a bit, to create my own hacky solution