Pound_Hash
9364796033
[faces.asciidoc] Amended English mechanics and styling for correctness
...
and clarity.
2022-07-15 19:12:57 -07:00
Johannes Altmanninger
52688509b3
doc changelog: update with some breaking changes
2022-07-10 23:07:46 +02:00
Maxime Coste
2d8456db10
Move user mappings to <space> and keep/remove selection to ,
2022-07-05 08:43:40 +10:00
Maxime Coste
ef8a11b3db
Make x
just select the full lines
...
`x` is often criticized as hard to predict due to its slightly complex
behaviour of selecting next line if the current one is fully selected.
Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to
trim to fully selected lines as `<a-X>` did.
Adapt existing indentation script to the new behaviour
2022-07-05 08:43:40 +10:00
Maxime Coste
d13b3f41cb
Merge remote-tracking branch 'potatoalienof13/fixdoc'
2022-06-30 19:52:43 +10:00
Maxime Coste
d87ee212ba
Insert all register values in prompt after <c-r> when Alt-modified
...
`<c-r><a-.>` will insert all selections joined by space instead of only
the main one as `<c-r>.` would.
2022-06-30 16:39:18 +10:00
potatoalienof13
810071a6ee
Finish broken sentence
2022-06-28 18:27:00 -04:00
Maxime Coste
21b17aa265
Merge remote-tracking branch 'Pound-Hash/doc_buffers'
2022-06-14 08:45:20 +10:00
Sidharth Kshatriya
5a5fc50c12
highlighter doc: some clarificatory edits
2022-05-23 16:52:30 +05:30
Pound_Hash
3a661bd27c
Amended grammar, punctuation, and word choice.
2022-05-17 10:39:06 -07:00
Maxime Coste
860be32ddd
Merge branch 'command_parsing' of http://github.com/Pound-Hash/kakoune
2022-05-16 19:46:58 +10:00
Pound_Hash
a3c0665acc
1) Modified some wording to be more precise
...
2) Reformatted paragraphs to wrap at column 80
3) Added periods are the end of several lines for overall consistency
2022-05-10 09:53:03 -07:00
Dan Rosén
3b0f69a6d6
Fix documentation for %val{window_range}
...
Makes line and column be the right way around in the docs.
2022-04-22 21:26:15 +02:00
Pound_Hash
56287daac0
Fixed English mechanics: grammar, punctuation, and wording
2022-04-16 12:08:24 -07:00
Maxime Coste
b2c6bc4690
Merge branch 'doc-buffers' of http://github.com/Pound-Hash/kakoune
2022-04-11 19:55:34 +10:00
Pound_Hash
dbc88281c7
Fixed grammar; rendered the construction parallel.
2022-04-10 21:49:54 -07:00
Johannes Altmanninger
7c43a4b51b
doc: fix dead links to doc pages
2022-04-09 15:29:54 +02:00
Johannes Altmanninger
0f0f2b126d
doc commands: fix names of complete-command's completion_type arguments
2022-03-08 22:10:28 +01:00
Maxime Coste
d95d351cbe
Document ! and <a-!> breaking change
2022-03-06 10:13:14 +11:00
Frank LENORMAND
85b78dda2e
src: Select the data inserted by !
and <a-!>
...
Closes #1468
2022-03-06 10:13:14 +11:00
Maxime Coste
7061001728
Add a complete-command command to configure command completion
...
This makes it possible to change command completion in hooks and
paves the way to more flexibility in how custom commands can be
completed
2022-03-06 10:13:14 +11:00
Coleman McFarland
0b5ed7613f
Update module description in response to code review
2022-02-14 10:20:10 -05:00
Coleman McFarland
f206640abc
Grammar correction options.asciidoc
2022-02-13 21:27:31 -05:00
Coleman McFarland
c682f30ab6
Change "edition" to "editing" in keys.asciidoc
2022-02-13 21:18:35 -05:00
Coleman McFarland
11f98dc0f1
Add brief modules explanation
...
In lieu of adding a whole docs page for modules, a brief introduction can
be added above the provide-module and require-module command docs.
2022-02-13 15:15:07 -05:00
Johannes Altmanninger
c120063da9
doc options: more detail on how completions options are handled
...
Cross-reference the "completers" option, and explain how filtering works.
Originally submitted as part of #4418
Helped-by: Tim Allen <screwtape@froup.com>
2022-01-10 08:59:30 +11:00
Maxime Coste
92f7306d5b
Merge remote-tracking branch 'Screwtapello/document-file-handling-in-filter-mode'
2021-12-20 09:01:25 +11:00
Tim Allen
19e4d58467
Describe 'filter mode' in more detail.
...
Even though the synopsis mentioned `kak -f` accepts filenames, it wasn't clear
to me that Kakoune would filter them in-place by default (I guess I assumed it
would write them to stdout like sed(1)).
2021-12-13 09:05:22 +11:00
Maxime Coste
eece95a066
Merge remote-tracking branch 'krobelus/escape-all-the-tuples'
2021-12-06 19:22:38 +11:00
Maxime Coste
1b8574449f
Kakoune 2021.11.08
2021-11-07 16:51:39 +11:00
Maxime Coste
47ba45e9e6
Merge remote-tracking branch 'lenormf/patch-17'
2021-11-04 18:57:23 +11:00
Frank LENORMAND
d3b1ad7734
doc pages: Document -cursor-separator
of number-lines
2021-11-04 08:06:10 +03:00
Frank LENORMAND
0442453a64
doc regex: Avoid confusion in relationship with ECMAScript
...
Co-authored-by: Screwtapello <thristian@gmail.com>
2021-10-29 19:21:50 +02:00
Johannes Altmanninger
068623e1c8
doc options: state that all |-separated tuples need escaping
...
For the "completions" option type, the documentation states that |
and \ need to be escaped as \| and \\.
The same parser is for other option types that are lists-of-tuples:
range-specs and line-specs, so they need escaping too. Document that.
Only their last element can contain arbitrary data, so range-specs
and line-specs could work without escaping if we tweaked the parser.
2021-10-29 18:25:53 +02:00
Frank LENORMAND
764a8b0602
doc regex: Avoid confusion in relationship with ECMAScript
...
The prologue led some users to believe the implementation was compliant with ECMAScript let alone some differences (who *are* documented at the end of the page).
2021-10-29 12:09:19 +02:00
Maxime Coste
da10ce817e
Kakoune 2021.10.28
2021-10-28 09:13:34 +11:00
Taupiqueur
dd917e47f4
Fix region highlighter example
2021-10-19 18:21:48 +02:00
Maxime Coste
6ac2d84254
Merge remote-tracking branch 'lenormf/patch-16'
2021-09-26 11:09:33 +10:00
Maxime Coste
3acf85f267
Restore diff based terminal output optimization when synchronized
...
terminal_synchronized ui_option now also controls this behaviour,
update out of date documentation for ui_options as well.
As discussed in #4317
2021-09-26 11:03:50 +10:00
Frank LENORMAND
3131e18f28
doc keys: Explain <c-s>
better
2021-09-11 09:14:51 +03:00
Tim Allen
dc07c649de
Add standard DiagnosticError and DiagnosticWarning faces.
...
kak-lsp uses these faces to mark errors inside the buffer, instead of the Error
face which is much more jarring, and which does not have an associated warning
face. Since the :spell command marks errors inside the buffer, it's also updated
to use this new face.
Adding these faces to Kakoune makes it more likely that colorschemes will
automatically do the right thing when used with kak-lsp, and makes it possible
to use a subtle appearance (like curly underlines) for in-buffer errors while
keeping Kakoune errors bold and jarring as they should be.
2021-09-07 17:46:50 +10:00
Maxime Coste
3fc8e29d10
Add support for curly underline and separate underline color
...
Add support for a third color in face definition that controls
the underline and a 'c' attribute for curly underline (that takes
precedence over 'u' if both are specified)
Allow empty colors to mean default, so that `,,red+u` means the
same as `default,default,red+u`
Fixes #4138
2021-09-07 08:21:26 +10:00
Maxime Coste
2dd8b0e767
Merge remote-tracking branch 'harryoooooooooo/command-fifo-doc'
2021-09-04 09:25:54 +10:00
Maxime Coste
b841f3a214
Remove terminal_wheel_up/down_button UI option
...
It seems nobody uses it, and it is not plugged through anyway.
Closes #2642
2021-09-02 20:46:35 +10:00
Maxime Coste
e839c64375
Fix documentation for terminal_synchronized UI option
...
Fixes #4321
2021-09-02 20:44:19 +10:00
harryoooooooooo
ef604e7de2
doc: expansions: Fix bad asciidoc syntax for kak_command_fifo
2021-09-01 23:00:22 +08:00
Maxime Coste
bc11f972c5
Kakoune 2021.08.28
2021-08-28 14:07:42 +10:00
Maxime Coste
94388dc51e
Merge remote-tracking branch 'alexherbo2/fix-typos'
2021-08-17 08:48:47 +10:00
Maxime Coste
15aa4fe137
Document the new write behaviour
2021-07-20 22:45:33 +10:00
Maxime Coste
40e3614cf4
Prevent overwriting existing file in :write <explicit filename>
...
Add a -force (equivalent to w!) switch that enables overwriting.
2021-07-20 22:30:41 +10:00