small bug
i thinkhttps://gist.github.com/a068888801aaac1b050eI like emacs keybindings so I plan to reconfigure my bindings to match. I'm starting with ctrl-g, which is basically escape.
There are a few instances where hitting ctrl-g doesn't have the effects of esc.
show_files overlay => calling ctrl-g closes the box, but leaves the preview of the file open, which is very strange... hitting esc has the correct action
prompt_select_workspace => ctrl-g does nothing, only escape works (more than likely because this is a popup window... anyway to unify?)
a good example of where this behavior is correct is in the "goto definition". the keybinding in fact is honored here and kills the preview properly.
on a side note: how do you go about altering the built in packages? I want to change some of the syntax for the lisp package but it appears the packages are not easily accessible for updating, and even if I could, would get overwritten with a version update.
and what about clearing the console?
