til/command-line-utils/gotchas.md
2021-08-22 13:20:33 +03:00

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.