diff --git a/.README.md b/.README.md deleted file mode 100644 index ade6e01..0000000 --- a/.README.md +++ /dev/null @@ -1,20 +0,0 @@ -

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.ei** - -

Connect with me:

-

-endmoveofficiel -endmove -endmove.jeremi.n -jeremi_n_endmove -endmove -

- -

Languages and Tools:

-

android arduino c csharp css3 cypress dart docker dotnet flutter git go html5 java javascript jest laravel linux mariadb mssql mysql nginx nodejs oracle photoshop php postgresql postman python react redux rust sass sqlite tailwind typescript vuejs

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