Skip to content

Commit 26337bb

Browse files
authored
Update index.html q
1 parent 162ea3e commit 26337bb

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

pages/ide/cursor/index.html

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,43 @@
1515
<h2>.cursorrules</h2>
1616
<script type="editor" data-lang="sh"></script>
1717
<div class="cards">
18-
<h2>Index</h2>
18+
<h2>Usage</h2>
19+
<script type="editor" data-lang="sh">
20+
21+
Keyboard Shortcuts:
22+
https://docs.cursor.com/configuration/kbd
23+
24+
Global
25+
⌘I Toggle Sidepanel (unless bound to mode)
26+
27+
In chat:
28+
⌥⏎ Override queue (force push)
29+
[ Previous chat
30+
] Next chat
31+
With code selected:
32+
⌘⇧L with code selected Add selected code as context
33+
@ Symbols -> https://docs.cursor.com/context/@-symbols/overview
34+
# Files
35+
/ Shrotcut Commands (like generate .cursorrules)
36+
37+
38+
Inline Edit:
39+
⌘K Open
40+
41+
Code Selection & Context
42+
⌘⇧L Add selection to Chat
43+
44+
Terminal:
45+
⌘K Open terminal prompt bar
46+
47+
Symbols:
48+
https://docs.cursor.com/context/@-symbols/overview
49+
50+
51+
52+
</script>
53+
54+
<h2>.cursorrules</h2>
1955
<script type="editor" data-lang="sh">
2056

2157
https://github.com/PatrickJS/awesome-cursorrules?tab=readme-ov-file

0 commit comments

Comments
 (0)