diff --git a/docs/tips.md b/docs/tips.md index 4ec2c2f0..db769154 100644 --- a/docs/tips.md +++ b/docs/tips.md @@ -77,6 +77,16 @@ Add the keybindings to the `[manager]` of `keymap.toml`: Please make sure that `` does not conflict with your other keys. +## Close input by once `` press + +You can change the `` of input component from the default `escape` to `close` command: + +```toml +{ on = [ "" ], exec = "close", desc = "Cancel input" } +``` + +To exiting input directly, without entering Vi mode, making it behave like a regular input box. + ## Show symlink in status bar