feat: update profile

This commit is contained in:
2025-12-27 23:50:52 +01:00
parent 37a3947877
commit c4be9280de
3 changed files with 28 additions and 20 deletions
-20
View File
File diff suppressed because one or more lines are too long
+8
View File
@@ -0,0 +1,8 @@
<h1 align="center">Hi 👋, I'm EndMove</h1>
<h3 align="center">A passionate fullstack developer from Belgium</h3>
- 🔭 Im currently working on [IO-Projects](https://io-projects.com)
- 💬 Ask me about **everything (I love learning)**
- 📫 How to reach me **contact@endmove.eu**
+20
View File
@@ -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 |