|
|
@ -1,5 +1,8 @@
|
|
|
|
# Keymap
|
|
|
|
# Keymap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Mappings marked (**LSP**) require an active language server for the file.
|
|
|
|
|
|
|
|
- Mappings marked (**TS**) require a tree-sitter grammar for the filetype.
|
|
|
|
|
|
|
|
|
|
|
|
## Normal mode
|
|
|
|
## Normal mode
|
|
|
|
|
|
|
|
|
|
|
|
### Movement
|
|
|
|
### Movement
|
|
|
@ -64,7 +67,7 @@
|
|
|
|
| `"` `<reg>` | Select a register to yank to or paste from | `select_register` |
|
|
|
|
| `"` `<reg>` | Select a register to yank to or paste from | `select_register` |
|
|
|
|
| `>` | Indent selection | `indent` |
|
|
|
|
| `>` | Indent selection | `indent` |
|
|
|
|
| `<` | Unindent selection | `unindent` |
|
|
|
|
| `<` | Unindent selection | `unindent` |
|
|
|
|
| `=` | Format selection | `format_selections` |
|
|
|
|
| `=` | Format selection (**LSP**) | `format_selections` |
|
|
|
|
| `d` | Delete selection | `delete_selection` |
|
|
|
|
| `d` | Delete selection | `delete_selection` |
|
|
|
|
| `c` | Change selection (delete and enter insert mode) | `change_selection` |
|
|
|
|
| `c` | Change selection (delete and enter insert mode) | `change_selection` |
|
|
|
|
|
|
|
|
|
|
|
@ -98,7 +101,7 @@
|
|
|
|
| `%` | Select entire file | `select_all` |
|
|
|
|
| `%` | Select entire file | `select_all` |
|
|
|
|
| `x` | Select current line, if already selected, extend to next line | `extend_line` |
|
|
|
|
| `x` | Select current line, if already selected, extend to next line | `extend_line` |
|
|
|
|
| `X` | Extend selection to line bounds (line-wise selection) | `extend_to_line_bounds` |
|
|
|
|
| `X` | Extend selection to line bounds (line-wise selection) | `extend_to_line_bounds` |
|
|
|
|
| | Expand selection to parent syntax node TODO: pick a key | `expand_selection` |
|
|
|
|
| | Expand selection to parent syntax node TODO: pick a key (**TS**) | `expand_selection` |
|
|
|
|
| `J` | Join lines inside selection | `join_selections` |
|
|
|
|
| `J` | Join lines inside selection | `join_selections` |
|
|
|
|
| `K` | Keep selections matching the regex | `keep_selections` |
|
|
|
|
| `K` | Keep selections matching the regex | `keep_selections` |
|
|
|
|
| `Alt-K` | Remove selections matching the regex | `remove_selections` |
|
|
|
|
| `Alt-K` | Remove selections matching the regex | `remove_selections` |
|
|
|
@ -143,8 +146,7 @@ over text and not actively editing it).
|
|
|
|
|
|
|
|
|
|
|
|
#### Goto mode
|
|
|
|
#### Goto mode
|
|
|
|
|
|
|
|
|
|
|
|
Jumps to various locations. Mappings marked (**LSP**) require an
|
|
|
|
Jumps to various locations.
|
|
|
|
active language server for the file to work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Key | Description | Command |
|
|
|
|
| Key | Description | Command |
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
@ -172,7 +174,7 @@ and [textobject](./usage.md#textobject) usage.
|
|
|
|
|
|
|
|
|
|
|
|
| Key | Description | Command |
|
|
|
|
| Key | Description | Command |
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
| `m` | Goto matching bracket | `match_brackets` |
|
|
|
|
| `m` | Goto matching bracket (**TS**) | `match_brackets` |
|
|
|
|
| `s` `<char>` | Surround current selection with `<char>` | `surround_add` |
|
|
|
|
| `s` `<char>` | Surround current selection with `<char>` | `surround_add` |
|
|
|
|
| `r` `<from><to>` | Replace surround character `<from>` with `<to>` | `surround_replace` |
|
|
|
|
| `r` `<from><to>` | Replace surround character `<from>` with `<to>` | `surround_replace` |
|
|
|
|
| `d` `<char>` | Delete surround character `<char>` | `surround_delete` |
|
|
|
|
| `d` `<char>` | Delete surround character `<char>` | `surround_delete` |
|
|
|
@ -199,8 +201,7 @@ This layer is similar to vim keybindings as kakoune does not support window.
|
|
|
|
|
|
|
|
|
|
|
|
#### Space mode
|
|
|
|
#### Space mode
|
|
|
|
|
|
|
|
|
|
|
|
This layer is a kludge of mappings, mostly pickers. Mappings marked
|
|
|
|
This layer is a kludge of mappings, mostly pickers.
|
|
|
|
(**LSP**) require an active language server for the file to work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Key | Description | Command |
|
|
|
|
| Key | Description | Command |
|
|
|
@ -228,10 +229,10 @@ Mappings in the style of [vim-unimpaired](https://github.com/tpope/vim-unimpaire
|
|
|
|
|
|
|
|
|
|
|
|
| Key | Description | Command |
|
|
|
|
| Key | Description | Command |
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
| `[d` | Go to previous diagnostic | `goto_prev_diag` |
|
|
|
|
| `[d` | Go to previous diagnostic (**LSP**) | `goto_prev_diag` |
|
|
|
|
| `]d` | Go to next diagnostic | `goto_next_diag` |
|
|
|
|
| `]d` | Go to next diagnostic (**LSP**) | `goto_next_diag` |
|
|
|
|
| `[D` | Go to first diagnostic in document | `goto_first_diag` |
|
|
|
|
| `[D` | Go to first diagnostic in document (**LSP**) | `goto_first_diag` |
|
|
|
|
| `]D` | Go to last diagnostic in document | `goto_last_diag` |
|
|
|
|
| `]D` | Go to last diagnostic in document (**LSP**) | `goto_last_diag` |
|
|
|
|
| `[space` | Add newline above | `add_newline_above` |
|
|
|
|
| `[space` | Add newline above | `add_newline_above` |
|
|
|
|
| `]space` | Add newline below | `add_newline_below` |
|
|
|
|
| `]space` | Add newline below | `add_newline_below` |
|
|
|
|
|
|
|
|
|
|
|
|