Skip to content

Commit

Permalink
Merge branch 'lsp_document_highlight' into custom_merges
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytanuki committed Jun 12, 2022
2 parents 708b056 + a1979a0 commit 61f46bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/keymap/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ pub fn default() -> HashMap<Mode, Keymap> {
"d" => surround_delete,
"a" => select_textobject_around,
"i" => select_textobject_inner,
"S" => select_references_to_symbol_under_cursor,
},
"[" => { "Left bracket"
"d" => goto_prev_diag,
Expand Down Expand Up @@ -257,7 +258,6 @@ pub fn default() -> HashMap<Mode, Keymap> {
"/" => global_search,
"k" => hover,
"r" => rename_symbol,
"h" => select_references_to_symbol_under_cursor,
"?" => command_palette,
},
"z" => { "View"
Expand Down

0 comments on commit 61f46bd

Please sign in to comment.