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