Skip to content

Commit 2ecddbe

Browse files
committed
feature: keybind gg to move cursur to top
1 parent e76ee62 commit 2ecddbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/vscode/keybindings.json

+5
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)