commit 7342c4993c5973b1c473e6ec0ac2b7b1eff4b332 Author: Jérémi N ‘EndMove’ Date: Fri Nov 17 10:07:33 2023 +0100 feat: update profile diff --git a/README.md b/README.md new file mode 100644 index 0000000..11827b4 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +

Hi 👋, I'm EndMove

+

A passionate fullstack developer from Belgium

+ +- 🔭 I’m currently working on [IO-Projects](https://io-projects.com) + +- 💬 Ask me about **everything (I love learning)** + +- 📫 How to reach me **contact@endmove.eu** \ No newline at end of file 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