I have read in many places that pressing “-” in command mode, places the cursor to the first non-blank character in the previouse line, but it doesn’t work for me..
When I press enter it goes to the first non-blank character in the next line correctly, but “+” doesn’t do the same job..
Any idea?
Maybe it is mapped to do something else by a system wide vim config file? What’s the behavior with
vim -u /dev/null -U /dev/null?