Code block search hotkey to select different code formats #455
Closed
jonboii
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Thanks for the kind words :) You should be able to use only the keyboard to insert a code block with either: Using the markdown shortcut to insert the code block with a specific syntax, type the following, then press Enter:
(You can replace Or use the keyboard shortcut Command+/ (on Mac) or Ctrl+/ (on Windows/Linux) to open the menu to edit the block, then you can press Escape to focus back the content of the code block. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Title basically sums it up. I know this is extremely lazy, but it would amazing to have a new hotkey. Much like
/
opens the search for aninsert block
on a new line, it would be a separate hotkey maybe likeCTRL + k
(for kode) after selecting a code block. This way writing a new line after a paragraph would go as follows:/
Code Block
Enter
Ctrl + k
Markdown
Enter
Again, super lazy, but then we wouldn't have to take our hands off the keyboard just to select a different code format. Love what you all do, keep up the good work!! kthxbye
Beta Was this translation helpful? Give feedback.
All reactions