Hacker News new | ask | show | jobs
by SoftTalker 3 days ago
C-q just tells me the buffer is read-only. How does that work?
1 comments

They probably mean ‘C-x C-Q’, which toggles a buffer with its read-only state. In this case it lets you edit the contents of the dired buffer (i.e directory or file names) to changing the buffer to wdired-mode, and then ‘C-x C-s’ to save the contents of the buffer, which changes the names and places the buffer back into read-only (dired-mode)
Yes, that worked! Thanks. Though it was C-c C-c to save and exit the r/w mode.