common-lisp module: Added keybind to quit sly-xref-mode windows

This commit is contained in:
Michael Fiano 2019-01-14 20:48:03 -05:00 committed by GitHub
parent 4b2dbe42a5
commit a183fcddf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,6 +242,7 @@ bin/doom while packages at compile-time (not a runtime though)."
"go" 'sly-show-xref
"gr" 'sly-recompile-xref
"gR" 'sly-recompile-all-xrefs
"q" 'quit-window
"r" 'sly-xref-retract)))