Y
Hacker News
new
|
ask
|
show
|
jobs
by
gargravarr
3649 days ago
You forgot ESC after making changes ;)
nano file_foo
make changes
ctrl-O-Enter - save ctrl-X-Enter - exit
Simpler, I think?
1 comments
eximius
3649 days ago
Don't even need the ^O, it asks if you want to save on exit if there are modifications.
link