kakoune/doc/pages
Ameer Ghani 6acc18373d Add option to set maximum info box width
Some plugins (*cough* kak-lsp) and help texts tend to have immensely long content
in a single line. This generates info boxes that span the entire terminal width.
This is made especially worse on widescreen monitors or at small text size.

This grants user control over how wide these boxes are.

I deliberately avoid pushing this change to `kak-lsp` because it's not the only
plugin that this could help--see the `hook` help text for an example of this
problem in vanilla Kakoune. I would also suggest that since this is a rendering
concern, it be handled by the terminal rendering logic.
2023-02-15 21:17:22 -05:00
..
buffers.asciidoc Amended grammar, punctuation, and word choice. 2022-05-17 10:39:06 -07:00
changelog.asciidoc Kakoune 2022.10.31 2022-10-31 09:05:58 +11:00
command-parsing.asciidoc command-parsing: Put balanced string examples in the right section. 2022-10-25 16:51:26 +11:00
commands.asciidoc Add -to-shell-script echo switch 2022-11-04 16:40:07 +11:00
execeval.asciidoc doc execeval: mention that the colon register is saved by default 2022-08-01 07:15:08 +02:00
expansions.asciidoc Add a %val{selection_count} expansion 2022-11-04 19:16:38 +01:00
faces.asciidoc Made changes suggested by krobelus 2022-07-26 13:42:28 -07:00
faq.asciidoc doc faq: Document the frugal scripting language 2020-08-10 12:23:35 +03:00
highlighters.asciidoc highlighter doc: some clarificatory edits 2022-05-23 16:52:30 +05:30
hooks.asciidoc {commands,hooks}.asciidoc: Use consistent capitalization for Kakoune 2021-05-15 22:17:41 -04:00
keymap.asciidoc doc keymap: update for <space>/, swap 2022-08-17 00:48:12 +02:00
keys.asciidoc Fix typo for indent key 2022-12-17 10:08:33 +11:00
mapping.asciidoc Remove unnecessary leading space in prompt from mappings 2022-08-01 07:37:02 +02:00
modes.asciidoc Move user mappings to <space> and keep/remove selection to , 2022-07-05 08:43:40 +10:00
options.asciidoc Add option to set maximum info box width 2023-02-15 21:17:22 -05:00
regex.asciidoc doc regex: Avoid confusion in relationship with ECMAScript 2021-10-29 19:21:50 +02:00
registers.asciidoc Merge remote-tracking branch 'krobelus/document-history-registers' 2022-08-03 19:51:22 +10:00
scopes.asciidoc doc: Document the buffer=/path/to/file scope syntax. 2019-01-23 12:34:02 +11:00