My configuration files for Linux / Mac OS X
The guiding principle that I follow when configuring my dotfiles is that things should be easy to do. So easy in fact that it should favor laziness.
Everything here revolves around vim
and its movement.
- Line numbers
- Alternate Line number
- Ruler
- Make searching highlighted, incremental, and case insensitive unless a capital letter is used
- Always show a Status line
- Allow backspacing over everything (indentations, eol, and start characters) in insert mode
- Automatically resize splits when resizing the Vim window (GUI only)
- Write a privileged file with
<leader>W
it will prompt for sudo password when writting
Ack.vim uses ack to search inside the current directory for a pattern. You can learn more about it with :help Ack.