When I first started using Emacs back in 1997 I did just this, started to remap commands to other keys. However, since then I have switched to standard Emacs more and more and very few of the standard keybindings are changed in my current setup. I have some special stuff on some F-keys and also in the user keymap (C-c …) but that’s about it. My experience is that it is the best thing to do in the long run as there is quite a good logic to the standard bindings. For example, C-f moves point forward (right) one step and M-f moves forward one word, M-C-f one sentence (I think) etc. Also, if you learn C-s for each, M-C-s (incremental regexp search) is logical too. There are many examples like this.
Comments
C-s C-w
When I first started using Emacs back in 1997 I did just this, started to remap commands to other keys. However, since then I have switched to standard Emacs more and more and very few of the standard keybindings are changed in my current setup. I have some special stuff on some F-keys and also in the user keymap (C-c …) but that’s about it. My experience is that it is the best thing to do in the long run as there is quite a good logic to the standard bindings. For example, C-f moves point forward (right) one step and M-f moves forward one word, M-C-f one sentence (I think) etc. Also, if you learn C-s for each, M-C-s (incremental regexp search) is logical too. There are many examples like this.
Just my 2 cents though…
Welcome to Emacs-land!