Maxime Coste
|
ce2b85ddac
|
Add -match-capture support for regions higlighter
Closes #837
|
2017-02-06 23:00:13 +00:00 |
|
Eike Plack
|
34e36e6bfb
|
Fix doc ui options and manpage
* the ncurses_buffer_padding implementation was not merged
see #593
|
2017-02-02 18:26:05 +01:00 |
|
Maxime Coste
|
bc0dfa9e8f
|
Use <a-'> for backward rotate selection and move rotate content to <a-">
|
2017-02-01 22:53:42 +00:00 |
|
Maxime Coste
|
2475ffa612
|
Merge remote-tracking branch 'ekie/tiny_tweaks'
|
2017-01-25 00:38:59 +00:00 |
|
Maxime Coste
|
d922ae9a93
|
Add a quick section on key syntax in keys.asciidoc
|
2017-01-25 00:14:11 +00:00 |
|
Maxime Coste
|
834ccff941
|
Rename "shortcuts" manpage to "keys"
Fixes #1150
|
2017-01-25 00:01:37 +00:00 |
|
Maxime Coste
|
ebcfba12f6
|
Add a RawKey hook for raw user input hooking
Fixes #1132
|
2017-01-24 23:57:36 +00:00 |
|
Maxime Coste
|
7ba24c043a
|
Add gi to go to first non-blank character on line
Fixes #407
|
2017-01-22 23:53:08 +00:00 |
|
Eike Plack
|
8ff2d0ba41
|
Document +line[:column]
|
2017-01-19 22:56:27 +01:00 |
|
Eike Plack
|
3e67b20245
|
Fix misleading wording
|
2017-01-19 00:47:51 +01:00 |
|
Koen
|
394b962524
|
Add missing shell expansion variable documentation
Add a documentation entry for kak_cursor_byte_offset
|
2017-01-11 12:36:17 +02:00 |
|
Maxime Coste
|
343df600cb
|
Merge remote-tracking branch 'alexherbo2/command-names'
|
2017-01-10 13:44:11 +00:00 |
|
Maxime Coste
|
9dfd17a5bc
|
Add the 'modal' info style documenation in json ui doc
|
2017-01-07 01:26:52 +00:00 |
|
Enrico Lumetti
|
a64ef12d2b
|
Clarify parameters in json-rpc
|
2017-01-06 22:25:47 +01:00 |
|
Maxime Coste
|
f9f11aa762
|
Make the currently sourced file path available through $kak_source
The :source command sets an 'source' value to the real path of the
file getting sourced while its commands are executed.
Fixes #1112
|
2017-01-06 19:46:47 +00:00 |
|
Maxime Coste
|
44ecf99c93
|
Add show_whitespaces in the highlighters documentation page
|
2017-01-05 13:15:12 +00:00 |
|
Maxime Coste
|
306243e8d9
|
Remove the runtime command
|
2017-01-05 11:13:57 +00:00 |
|
Alex Leferry 2
|
671b50bb52
|
update command names
|
2017-01-04 13:04:27 +01:00 |
|
Maxime Coste
|
952bf8988f
|
Update session doc and remove references to removed socket value
|
2017-01-02 11:11:13 +00:00 |
|
Maxime Coste
|
190a04d6c8
|
Add a ncurses_change_colors option that can disable color palette change
Closes #1057
|
2016-12-30 07:01:13 +00:00 |
|
Matt Schick
|
0a2428c448
|
Fixed a typo in the documentation - "test" -> "text"
|
2016-12-17 08:43:45 -08:00 |
|
Maxime Coste
|
119f73d23f
|
Merge remote-tracking branch 'jakwings/doc'
|
2016-12-16 19:54:43 +00:00 |
|
J.W
|
e97a7f9af3
|
Update documentation about builtin faces
|
2016-12-16 12:29:43 +08:00 |
|
Matt Schick
|
9fb6650140
|
Correct typos 'red' -> 'read'
|
2016-12-15 17:36:11 -08:00 |
|
Maxime Coste
|
2969c376a1
|
Document the <a-.> normal command
Fixes #986
|
2016-12-14 20:45:15 +00:00 |
|
Maxime Coste
|
53267a926b
|
Merge remote-tracking branch 'Phlogistique/doc-doc'
|
2016-12-14 00:06:37 +00:00 |
|
Noé Rubinstein
|
be917f7b32
|
README, doc: mention :doc
|
2016-12-13 19:11:45 +01:00 |
|
Maxime Coste
|
68d7309ddc
|
Fix asciidoc error in design.asciidoc
|
2016-12-08 09:50:26 +00:00 |
|
Maxime Coste
|
948c591e8d
|
Small wording change in design.asciidoc
|
2016-12-08 09:48:08 +00:00 |
|
Maxime Coste
|
3ad554167d
|
Fix typo in commands.asciidoc
|
2016-12-01 20:14:31 +00:00 |
|
Maxime Coste
|
a4738ace5f
|
:prompt and :onkey (renamed :on-key) now use values instead of registers
:prompt provides the entered text in the `text` value, :on-key provides
the entered key in the `key` value.
Closes #938
|
2016-11-27 20:57:04 +00:00 |
|
Maxime Coste
|
dcd733e5fa
|
Do a first phase of command renaming
|
2016-11-14 00:27:14 +00:00 |
|
Maxime Coste
|
8490caa0d7
|
Add support for <a-Z> appending current selections to the given register
|
2016-11-09 13:57:05 +00:00 |
|
Frank LENORMAND
|
23ff7b6ca5
|
Update and compliment the kak man page
|
2016-10-29 10:55:10 +03:00 |
|
Frank LENORMAND
|
0f8981a9df
|
Document missing options related to mouse support
|
2016-10-29 10:55:06 +03:00 |
|
Maxime Coste
|
be8b8a740d
|
Merge remote-tracking branch 'lenormf/fix-doc-count'
|
2016-10-26 23:23:55 +01:00 |
|
Maxime Coste
|
7c6c6871ce
|
BufferRange option syntax support <line>.<column>+<len> and is inclusive
Fixes #864
|
2016-10-26 22:58:12 +01:00 |
|
Frank LENORMAND
|
11733bc5a8
|
Document count parameters for commands
Closes #895
|
2016-10-26 13:34:09 +03:00 |
|
Maxime Coste
|
dc18963875
|
Make o/O open multiple lines when a count is given
Fixes #873
|
2016-10-24 20:45:12 +01:00 |
|
Maxime Coste
|
dbae81fa5c
|
Merge remote-tracking branch 'lenormf/doc-scopes'
|
2016-10-23 23:24:13 +01:00 |
|
Frank LENORMAND
|
f4236fbb8b
|
Document the current scope and some hooks behaviour
|
2016-10-18 15:36:43 +03:00 |
|
Maxime Coste
|
41a497d4fc
|
Merge remote-tracking branch 'lenormf/faq'
|
2016-10-13 23:11:53 +01:00 |
|
Frank LENORMAND
|
8b133e32d6
|
Add a dedicated documentation page about scopes
Information related to scopes have also been modified in other documentation
pages.
|
2016-10-13 11:55:09 +03:00 |
|
Frank LENORMAND
|
70fd03679b
|
Add a warning about setting $TERM manually, fix some typos
|
2016-10-12 09:36:42 +03:00 |
|
Frank LENORMAND
|
b0d8e1a230
|
Answer the pager question in the FAQ document
|
2016-10-11 14:40:20 +03:00 |
|
Frank LENORMAND
|
f7e2bfd76f
|
Document the optional parameter of the cd command
|
2016-10-11 10:39:20 +03:00 |
|
Maxime Coste
|
0d2bb4756b
|
Fix register alternate name doc and dash -> hash for '#'
|
2016-10-10 23:19:57 +01:00 |
|
Maxime Coste
|
314108e539
|
Document register alternate names and add some missing ones
Fixes #853
|
2016-10-09 23:27:52 +01:00 |
|
Frank LENORMAND
|
9848e1f4ba
|
Fix a few mistakes, allow a2x to compile the page
|
2016-09-23 13:56:07 +03:00 |
|
Frank LENORMAND
|
59bb543bb5
|
Add more questions, complete some answers
|
2016-09-23 13:50:50 +03:00 |
|