7 ms·
Can you expand on that? For me, :wq closes the current buffer. For me, :e works as expected. There might be a built in alternative to :set nu. How do you exp
by theCodeStig 6y ago
Can you expand on that?
For me, :wq closes the current buffer.
For me, :e works as expected.
There might be a built in alternative to :set nu. How do you expect that to work?
- dotancohen 6y agoFor me, `:wq` saves the current file and attempts to close all buffers, though thankfully asks if other unsaved buffers should be saved before closing. I was wrong about `:e`, it does work. Instead of `:set nu` I'm using Alt-X UpArrow+ to find `display-line-numbers-mode`, which does what it says. But there are other settings which I have on muscle memory macro that do not work, such as `:set wrap!` which I use often with my portrait monitor.