feat: add mouse bindings for jump_back/forward and goto_definition

This commit is contained in:
CJ van den Berg 2024-04-09 18:22:45 +02:00
parent 695b0dbff5
commit 4b2c033c5d
3 changed files with 35 additions and 5 deletions

View file

@ -58,7 +58,7 @@ cycle style of editing.
- Ctrl-Home, Ctrl-End =>
Move to the beginning/end of the file
- Alt-Left, Alt-Right =>
- Alt-Left, Alt-Right, MouseBack, MouseForward =>
Jump to previous/next location in the location history
- Ctrl-f =>
@ -244,7 +244,10 @@ cycle style of editing.
### Language Server Commands
- F12 =>
Goto definition
Goto definition of symbol at cursor
- Alt-MouseLeft =>
Goto definition of symbol at click
### Debugging Commands