You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lem, we have 2 commands to describe the keymap.
The describe-bindings command: This command list the information key-to-command for all enabled modes at current point.
The documentation-describe-bindings command: This command list the information command-to-key(s) and command doc-string for all well-known commands. (Also, you can mouse-click to goto the definition of the command)
As we can see, the documentation-describe-bindings is more feature-rich, but it only support well-known commands.
The describe-bindings command does support to list all key-to-command provided by all enabled modes at current point, but it doesn't support some good features like display the doc-string of the command, allow mouse-click to goto the definition of the command.
The text was updated successfully, but these errors were encountered:
In
lem
, we have 2 commands to describe thekeymap
.describe-bindings
command: This command list the informationkey-to-command
for all enabled modes at current point.documentation-describe-bindings
command: This command list the informationcommand-to-key(s)
andcommand doc-string
for all well-known commands. (Also, you can mouse-click to goto the definition of the command)As we can see, the
documentation-describe-bindings
is more feature-rich, but it only support well-known commands.The
describe-bindings
command does support to list all key-to-command provided by all enabled modes at current point, but it doesn't support some good features likedisplay the doc-string of the command
,allow mouse-click to goto the definition of the command
.The text was updated successfully, but these errors were encountered: