mirror of
https://github.com/heyman/heynote.git
synced 2024-11-07 16:44:14 +01:00
Add a welcome message to the fixture text
This commit is contained in:
parent
c7a00dd8da
commit
6ff9d2ca4a
@ -6,6 +6,16 @@ f = lambda: 2 +1`;*/
|
|||||||
|
|
||||||
export default `
|
export default `
|
||||||
∞∞∞text-a
|
∞∞∞text-a
|
||||||
|
Welcome to Heynote!
|
||||||
|
|
||||||
|
[⌘ + Enter] Insert new note block
|
||||||
|
[⌘ + F] Find text
|
||||||
|
[⌘ + A] Select all text in a note block. Press again to select the whole scratchpad
|
||||||
|
[⌘ + Up] Go to start of note (or start of previous note if already at the start)
|
||||||
|
[⌘ + Down] Go to end of note (or end of next note if already at the end)
|
||||||
|
[⌘ + ⌥ + Up/Down] Add additional cursor above/below
|
||||||
|
|
||||||
|
∞∞∞python-a
|
||||||
# hmm
|
# hmm
|
||||||
def my_func():
|
def my_func():
|
||||||
print("hejsan")
|
print("hejsan")
|
||||||
|
Loading…
Reference in New Issue
Block a user