mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01:00
2 lines
231 B
Markdown
2 lines
231 B
Markdown
If you are working in command line and want to assign some keybinding to something, be careful if you want to use `<C-m>` (a.k.a `<Ctrl-m>`). This is **same** as sending `<Enter>` to the terminal which might not be what you want.
|