From 2f4ab30222cf5df64fff6efdb86709cbce16d7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mi=20N=20=E2=80=98EndMove=E2=80=99?= Date: Fri, 24 Oct 2025 14:23:01 +0200 Subject: [PATCH] Add editor_shortcuts.md --- editor_shortcuts.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editor_shortcuts.md diff --git a/editor_shortcuts.md b/editor_shortcuts.md new file mode 100644 index 0000000..febdd50 --- /dev/null +++ b/editor_shortcuts.md @@ -0,0 +1,20 @@ +# Editor Shortcuts + +EndMove editor's Shortcuts + +| keybind | action | +|--------------------|---------------------------------| +| Shift Shift | toggle file finder | +| Alt+f | Create new file | +| Alt+d | Create new directory | +| Alt+j | Select next | +| Ctrl+d | Duplicate line | +| Ctrl+Alt+j | Select all occurrence | +| Ctrl+Alt+ArrowDown | Propagate selection down | +| Ctrl+Alt+ArrowUp | Propagate selection up | +| Ctrl+Shift+f | Search in all project files | +| Ctrl+Shift+r | Rename in all project files | +| Ctrl+Shift+p | Super quick action menu | +| Ctrl+f | Search in all current file | +| Ctrl+r | Rename in all current file | +| Shift+F6 | Rename file/directory/variables | \ No newline at end of file