Vimrc

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 20: Line 20:
 
==Cscope==
 
==Cscope==
 
You will want to download this file [http://cscope.sourceforge.net/cscope_maps.vim cscope_maps.vim] to <code>~/.vim/plugin</code>
 
You will want to download this file [http://cscope.sourceforge.net/cscope_maps.vim cscope_maps.vim] to <code>~/.vim/plugin</code>
 +
An apply this patch:
 +
<source lang="text">
 +
--- cscope_maps.vim.orig        2002-03-13 04:45:35.000000000 +0000
 +
+++ cscope_maps.vim    2012-12-03 15:20:19.434136766 +0000
 +
@@ -31,11 +31,11 @@ if has("cscope")
 +
    """"""""""""" Standard cscope/vim boilerplate
 +
 +
    " use both cscope and ctag for 'ctrl-]', ':ta', and 'vim -t'
 +
-    set cscopetag
 +
+    "set cscopetag
 +
 +
    " check cscope for definition of a symbol before checking ctags: set to 1
 +
    " if you want the reverse search order.
 +
-    set csto=0
 +
+    set csto=1
 +
 +
    " add any cscope database in current directory
 +
    if filereadable("cscope.out")
 +
</source>

Revision as of 16:21, 3 December 2012

This is a configuration file for Vim. Place this in ~/.vimrc

set tabstop=2
set background=dark
set wildmode=longest,list
set noea
set ead=both
map = <C-w>=:set ea<CR>
map - :res<CR>:vertical res<CR>:set noea<CR>
map <F3> :buffer<space>#<CR>
map <F4> :ls<CR>:buffer<space>
map <F5> :bp<CR>
map <F6> :bn<CR>
map <F11> <C-y>
map <F12> <C-e>

Cscope

You will want to download this file cscope_maps.vim to ~/.vim/plugin An apply this patch:

--- cscope_maps.vim.orig        2002-03-13 04:45:35.000000000 +0000
+++ cscope_maps.vim     2012-12-03 15:20:19.434136766 +0000
@@ -31,11 +31,11 @@ if has("cscope")
     """"""""""""" Standard cscope/vim boilerplate
 
     " use both cscope and ctag for 'ctrl-]', ':ta', and 'vim -t'
-    set cscopetag
+    "set cscopetag
 
     " check cscope for definition of a symbol before checking ctags: set to 1
     " if you want the reverse search order.
-    set csto=0
+    set csto=1
 
     " add any cscope database in current directory
     if filereadable("cscope.out")
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox