hellerve / sbcli

A REPL for my SBCL needs
GNU General Public License v3.0
95 stars 13 forks source link

repl: trailing " ?" trick to print the symbol's documentation #16

Closed vindarel closed 4 years ago

vindarel commented 4 years ago

I propose another shortcut to print the documentation. Now we can TAB-complete a symbol and wonder "oh, I actually need to see its documentation", and we can type " ?" and get it, instead of erasing the beginning of the line to write :doc.

vindarel commented 4 years ago

Good idea!