Please bear with us as we work to restore functionality to dotfiles.org.
maxcantor
-
.screenrc
Loads some default stuff
-
.vimrc
A hardened veteran .vimrc file, with post-traumatic stress disorder and teeth filed to deadly sharp points.
Of particular interest:
- Use ; to toggle search hilight.
- Uses the "happy hacking dark gray" colorscheme, found here: http://www.vim.org/scripts/script.php?script_id=815
- When editing files in /etc/apache2, set syntax to "apache".
- Continuous indent adjustment (just keep hitting < or >).
- Easy movement between split windows with Ctrl + h, j, k l.
- Use H and L to smart-jump between Tabs or Buffers, depending on what you have open.
- Use ,case to change camelCase into camel_case in your visual selection.
- Use _ and + to resize split windows. Use ,w to split between horizontal and vertical resizing.
- Use ,w to enter an HTML tag and wrap your visual selection in that tag.
- Use ,n to toggle "Notepad wrap mode", which lets you easily navigate wrapped lines.