diff --git a/keymap.html b/keymap.html index 0e9c4aa79..7404feecb 100644 --- a/keymap.html +++ b/keymap.html @@ -182,7 +182,6 @@
Z
Ctrl-w
Space
K
hover
Key | Description | Command |
---|---|---|
Alt-s | Split selection on newlines | split_selection_on_newline |
; | Collapse selection onto a single cursor | collapse_selection |
Alt-; | Flip selection cursor and anchor | flip_selections |
, | Keep only the primary selection | keep_primary_selection |
C | Copy selection onto the next line | copy_selection_on_next_line |
Alt-C | Copy selection onto the previous line | copy_selection_on_prev_line |
( | Rotate main selection forward | rotate_selections_backward |
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 | |
J | Join lines inside selection | join_selections |
K | Keep selections matching the regex TODO: overlapped by hover help | keep_selections |
K | Keep selections matching the regex | keep_selections |
$ | Pipe each selection into shell command, keep selections where command returned 0 | shell_keep_pipe |
Space | Keep only the primary selection TODO: overlapped by space mode | keep_primary_selection |
Ctrl-c | Comment/uncomment the selections | toggle_comments |
This layer is a kludge of mappings, mostly pickers.
Key | Description | Command |
---|---|---|
k | Show documentation for the item under the cursor | hover |
f | Open file picker | file_picker |
b | Open buffer picker | buffer_picker |
s | Open symbol picker (current document) | symbol_picker |
a | Apply code action | code_action |
' | Open last fuzzy picker | last_picker |
w | Enter window mode | N/A |
space | Keep primary selection TODO: it's here because space mode replaced it | keep_primary_selection |
p | Paste system clipboard after selections | paste_clipboard_after |
P | Paste system clipboard before selections | paste_clipboard_before |
y | Join and yank selections to clipboard | yank_joined_to_clipboard |
Z | Enter sticky view mode | N/A |
Ctrl-w | Enter window mode | N/A |
Space | Enter space mode | N/A |
K | Show documentation for the item under the cursor | hover |
Key | Description | Command |
---|---|---|
Alt-s | Split selection on newlines | split_selection_on_newline |
; | Collapse selection onto a single cursor | collapse_selection |
Alt-; | Flip selection cursor and anchor | flip_selections |
, | Keep only the primary selection | keep_primary_selection |
C | Copy selection onto the next line | copy_selection_on_next_line |
Alt-C | Copy selection onto the previous line | copy_selection_on_prev_line |
( | Rotate main selection forward | rotate_selections_backward |
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 | |
J | Join lines inside selection | join_selections |
K | Keep selections matching the regex TODO: overlapped by hover help | keep_selections |
K | Keep selections matching the regex | keep_selections |
$ | Pipe each selection into shell command, keep selections where command returned 0 | shell_keep_pipe |
Space | Keep only the primary selection TODO: overlapped by space mode | keep_primary_selection |
Ctrl-c | Comment/uncomment the selections | toggle_comments |
This layer is a kludge of mappings, mostly pickers.
Key | Description | Command |
---|---|---|
k | Show documentation for the item under the cursor | hover |
f | Open file picker | file_picker |
b | Open buffer picker | buffer_picker |
s | Open symbol picker (current document) | symbol_picker |
a | Apply code action | code_action |
' | Open last fuzzy picker | last_picker |
w | Enter window mode | N/A |
space | Keep primary selection TODO: it's here because space mode replaced it | keep_primary_selection |
p | Paste system clipboard after selections | paste_clipboard_after |
P | Paste system clipboard before selections | paste_clipboard_before |
y | Join and yank selections to clipboard | yank_joined_to_clipboard |