Merge remote-tracking branch 'alexherbo2/fix-typos'
This commit is contained in:
commit
94388dc51e
2
VIMTOKAK
2
VIMTOKAK
|
@ -37,7 +37,7 @@ and <esc> goes back to normal mode.
|
|||
Note that the Kakoune version is one key less, and is not a special
|
||||
feature per se, but just a nice way Kakoune features work together.
|
||||
|
||||
replace in current curly braces block:
|
||||
replace in current curly brace block:
|
||||
* vim: viB:s/word/replacement<ret>
|
||||
* kak: <a-i>Bsword<ret>creplacement<esc>
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ areas of the user interface:
|
|||
*BufferPadding*::
|
||||
face applied on the `~` characters that follow the last line of a buffer
|
||||
|
||||
=== Builtin highlighters faces
|
||||
=== Builtin highlighter faces
|
||||
|
||||
The following faces are used by builtin highlighters if enabled.
|
||||
(See <<highlighters#,`:doc highlighters`>>).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define-command new -params .. -command-completion -docstring '
|
||||
new [<commands>]: create a new kakoune client
|
||||
new [<commands>]: create a new Kakoune client
|
||||
The ''terminal'' alias is being used to determine the user''s preferred terminal emulator
|
||||
The optional arguments are passed as commands to the new client' \
|
||||
%{
|
||||
|
|
|
@ -28,7 +28,7 @@ A shell command is appended to the one set in this option at runtime} \
|
|||
}
|
||||
|
||||
define-command wayland-terminal -params 1.. -shell-completion -docstring '
|
||||
wayland-terminal <program> [<arguments>]: create a new terminal as an wayland window
|
||||
wayland-terminal <program> [<arguments>]: create a new terminal as a Wayland window
|
||||
The program passed as argument will be executed in the new terminal' \
|
||||
%{
|
||||
evaluate-commands -save-regs 'a' %{
|
||||
|
|
|
@ -34,7 +34,7 @@ A shell command is appended to the one set in this option at runtime} \
|
|||
}
|
||||
|
||||
define-command x11-terminal -params 1.. -shell-completion -docstring '
|
||||
x11-terminal <program> [<arguments>]: create a new terminal as an x11 window
|
||||
x11-terminal <program> [<arguments>]: create a new terminal as an X11 window
|
||||
The program passed as argument will be executed in the new terminal' \
|
||||
%{
|
||||
evaluate-commands -save-regs 'a' %{
|
||||
|
|
|
@ -1379,8 +1379,8 @@ void select_object(Context& context, NormalParams params)
|
|||
}, get_title(),
|
||||
build_autoinfo_for_mapping(context, KeymapMode::Object,
|
||||
{{{'b','(',')'}, "parenthesis block"},
|
||||
{{'B','{','}'}, "braces block"},
|
||||
{{'r','[',']'}, "brackets block"},
|
||||
{{'B','{','}'}, "brace block"},
|
||||
{{'r','[',']'}, "bracket block"},
|
||||
{{'a','<','>'}, "angle block"},
|
||||
{{'"','Q'}, "double quote string"},
|
||||
{{'\'','q'}, "single quote string"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user