mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-17 14:01:49 +03:00
TIL: gotcha
This commit is contained in:
1
command_line_utils/gotchas.md
Normal file
1
command_line_utils/gotchas.md
Normal file
@ -0,0 +1 @@
|
||||
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.
|
Reference in New Issue
Block a user