Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Tastes differ; I would never set 'ignorecase' as a default, and instead of 'number', which is only occasionally necessary and most of the time is visually disturbing, I'd set 'ruler', or a slightly more fancy 'statusline'. The most important one, however, for me is 'set guicursor+=a:blinkon0'.


Usually smartcase does what I want. The only time it doesn't is when I really really want just lower-case characters, but it's a very good heuristic.


Like scooble mentioned, you can add \C to the front of the search to force it to be case sensitive.


I went back and forth with ignorecase until I discovered that placing \c in the search pattern will make that search case insensitive. This makes it much easier to do the odd case insensitive search but keep the default case sensitivity. (\C does the opposite if your default preference is the other way).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: