History of changes to
‘No camera in Vim’

2025-09-22





> 2025-09-22: Add Gulo's solution

diff --git a/note/no-camera-in-vim.md b/note/no-camera-in-vim.md
index 18d4104..963ee9a 100644
--- a/note/no-camera-in-vim.md
+++ b/note/no-camera-in-vim.md
@@ -13,3 +13,11 @@ prints  instead of jumping to next line. To "fix" this:
 ```
 sudo sed -i 's/KP_Enter/Return/' /usr/share/X11/xkb/symbols/keypad
 ```
+
+Or, thanks to [Gulo][], update the `~/.vimrc`:
+
+```
+map!   <CR>
+```
+
+[Gulo]: https://en.osm.town/deck/@gulo@defcon.social/115142422881348657
go back see note