summaryrefslogtreecommitdiff
path: root/vs/.vsvimrc
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-03-20 11:21:29 +0100
committerkkard2 <[email protected]>2025-03-20 11:21:29 +0100
commitb2d03ea6c22539fada87142332a4f6e6fdf98411 (patch)
tree55f17094743a6a06e260c108a5554f4c53784e9d /vs/.vsvimrc
parent09d93f1b6e46cf8258e6aa0735f1ece991f73c5c (diff)
that is better
Diffstat (limited to 'vs/.vsvimrc')
-rw-r--r--vs/.vsvimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vs/.vsvimrc b/vs/.vsvimrc
index bcc7026..001702d 100644
--- a/vs/.vsvimrc
+++ b/vs/.vsvimrc
@@ -7,7 +7,7 @@ map gi :vsc Edit.GoToImplementation<CR>
map gr :vsc Edit.FindAllReferences<CR>
map gc :vsc Edit.CommentSelection<CR>
map gu :vsc Edit.UncommentSelection<CR>
-map <Space><Space> :vsc Window.QuickLaunch<CR>
+map <Space><Space> :vsc Edit.GoToAll<CR>
map ,d :vsc Debug.Start<CR>
map ,s :vsc Debug.TerminateAll<CR>