diff --git a/src/config.ts b/src/config.ts index 9ce98a71..4a735806 100644 --- a/src/config.ts +++ b/src/config.ts @@ -166,22 +166,22 @@ const DEFAULTS = o({ ";O": "hint -W fillcmdline_notrail open ", ";W": "hint -W fillcmdline_notrail winopen ", ";T": "hint -W fillcmdline_notrail tabopen ", - "g;i": "hint -qi", - "g;I": "hint -qI", - "g;k": "hint -qk", - "g;y": "hint -qy", - "g;p": "hint -qp", - "g;P": "hint -qP", - "g;r": "hint -qr", - "g;s": "hint -qs", - "g;S": "hint -qS", - "g;a": "hint -qa", - "g;A": "hint -qA", - "g;;": "hint -q;", - "g;#": "hint -q#", - "g;v": "hint -qW exclaim_quiet mpv", - "g;w": "hint -qw", - "g;b": "hint -qb", + ";gi": "hint -qi", + ";gI": "hint -qI", + ";gk": "hint -qk", + ";gy": "hint -qy", + ";gp": "hint -qp", + ";gP": "hint -qP", + ";gr": "hint -qr", + ";gs": "hint -qs", + ";gS": "hint -qS", + ";ga": "hint -qa", + ";gA": "hint -qA", + ";g;": "hint -q;", + ";g#": "hint -q#", + ";gv": "hint -qW exclaim_quiet mpv", + ";gw": "hint -qw", + ";gb": "hint -qb", "": "mode ignore", "": "mode ignore", "": "mode ignore", diff --git a/src/excmds.ts b/src/excmds.ts index 8b9e14d1..167c0a9f 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -2915,7 +2915,7 @@ import * as hinting from "./hinting" - -q* quick (or rapid) hints mode. Stay in hint mode until you press , e.g. `:hint -qb` to open multiple hints in the background or `:hint -qW excmd` to execute excmd once for each hint. This will return an array containing all elements or the result of executed functions (e.g. `hint -qpipe a href` will return an array of links). - -br deprecated, use `-qb` instead - Excepting the custom selector mode and background hint mode, each of these hint modes is available by default as `;