Skip to content

Commit bd2fc7e

Browse files
authored
Merge pull request #57 from shunsock/2025-03-19
feature: keybind gg to move cursur to top
2 parents e76ee62 + 2ecddbe commit bd2fc7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/vscode/keybindings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"key": "g g",
4+
"command": "cursorTop",
5+
"when": "editorTextFocus"
6+
},
27
// editor to sidebar
38
{
49
"key": "space l",

0 commit comments

Comments
 (0)