til/command_line_utils/gotchas.md
2021-07-04 15:58:52 +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.