.vimrc
-
I stopped using vim after TextMate came along, but this still comes in handy from time to time.
-
Basically it's the default Gentoo /etc/vimrc, but Shift+h and Shift+l are mapped to change tabs in vim7. I use this mostly on Red Hat based systems that don't have that Gentoo goodness...heh
-
-
-
-
This file is very complete and have much functions for advanced users
-
-
-
-
.vimrc com comentários em pt-br.
-
-
my useradditions to the standarddotfiles
-
-
Set a few nice options (incsearch, ignorecase, line numbers, showmatch, ...), load matchit, and declare filetype dependent indent settings
-
-
-
-
-
-
-
-
what is this field for
-
-
-
-
-
Last line seems redundant. Actually I have a slightly modified version of the default theme, called "default". This way I can use the same configuration file over different machines without warnings, even if i don't port my modified theme.
-
My rather basic .vimrc
-
Mostly just pieced together from other examples and using ideas from others posted on the web. Keeps the current working directory that of the file you're working on, four space tabs, smart indenting.
-
my vim config
-
-
2008/07/10
repository http://github.com/tsukkee/config/tree/master
-
one's .vimrc is a subtle and precious thing.
-
-
-
my .vimrc at Втр Ноя 27 20:44:35 MSK 2007
-
I've been using this for years. I think you can find a lot of interesting things here.
A special note goes for those who'd like bash's editing bindings (emacs style) in
insert mode.
-
last update: 2007-11-22 14:45
-
Normally lives in http://search.cpan.org/dist/Dist-Joseki/. It is totally geared towards perl hacking and works in combination with my other dotfiles.
-
-
-
My .vimrc file, made by looking at other's and at the vim resources, also used vim tips wiki. My complete .vim directory can be downloaded at this url: http://www.bigbrett.net/vim.tar.bz2 . It includes all my scripts, plugins, indents, syntax, etc..
-
-
-
-
-
-
...with shortcuts for tabbing, hex-editing, syntax-highlighting and search-gimmicks and folding
-
-
Basic .vimrc, plus mapping F5 and F6 to next and previous error. Also makes potentially problematic whitespace characters obvious in a nice-looking, unobtrusive way.
-
Lets you jump to different tabs rather easily. set term=xterm keeps things working for xterm + screen.
-
vimrc with mouse support in terminal/putty (and screen, and 256 colors in screen, screenrc coming up next).
-
-
-
-
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.
-
parts from the books, parts from tips...
-
-
Messy, but it's what I use regularly.
-
You might find some reusable gems in here.
-
-
This .vimrc enables features such as a permanent status line at the bottom of the screen, forcing Vim to use the Kprinter dialog screen when the :hardcopy command is invoked, a 'Save changes?' dialog box upon exit, and a separate backup directory for automatic backup files.
-
A simple .vimrc
-
-
Python Ready!
-
-
-
My .vimrc One of my most valued dotfiles, along with my bash setup.
-
My .vimrc ... Pretty basic settings.
-
Make sure you create the ~/.backup directories for vim backup files
-
A simple vim configuration file pieced together from others I have found.
-
-
Simple vimrc to disable auto-indent, enable spell checking of text files, enable cool colors and add a macro for updating a time stamp.
-
-
Long .vimrc (498 lines) with lot of comments
-
Vim config file. Sources the following files if they are present:
~mkfs/.vim_dev.rc
~mkfs/.vim_user.rc
. Provides a generally-useful (for vi types) configuration with a custom status line ("filename mode [type] ... position [ASCII:HEX] %pos"), default file type of Text, and spell checking enabled only in text and html files.
-
I do lots of Perl, some PHP.
-
my Vimrc, lifted from dotfiles, and hacked a touch.
-
-
-
-
Pretty basic vim setup, has all the bells and whistles, very functional.
-
I like the line numbers, yo!
-
-
-
basic vim config for python
-
-
copied and modified from defunkt
-
VIm
-
-
-
-
Relatively standard vimrc with common configuration for searching, whitespace handling, navigation, etc. There are some interesting shortcuts and customizations sprinkled throughout that I've come across over time.
-
-
-
Tweaked .vimrc made assembled using web searches and manpages.
-