X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ffiles%2Froot-dotfiles%2Fvimrc;fp=modules%2Fdebian-org%2Ffiles%2Froot-dotfiles%2Fvimrc;h=0000000000000000000000000000000000000000;hb=6f2e5fc86e49c12b12eef39fc69e0e810a32c318;hp=d99e4d689288b77cab7e274b711b7cd209e028a2;hpb=4326b0a78553bfe9696c10f1a69e1316acd23802;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/files/root-dotfiles/vimrc b/modules/debian-org/files/root-dotfiles/vimrc deleted file mode 100644 index d99e4d689..000000000 --- a/modules/debian-org/files/root-dotfiles/vimrc +++ /dev/null @@ -1,88 +0,0 @@ -" ~/.vimrc - ViM configuration file - -" THIS FILE IS UNDER PUPPET CONTROL. -" LOCAL CHANGES WILL BE OVERWRITTEN. - -runtime! debian.vim -filetype plugin on -set ai -:set nocompatible -:syn on -:set title -:set pastetoggle= -:set listchars=tab:»·,trail:· -:set list -:nmap :set invlist -:imap :set invlist -:set clipboard^=autoselectml guioptions+=A -let g:Imap_UsePlaceHolders = 1 -let g:Imap_FreezeImap = 1 -:hi MatchParen ctermbg=black -colorscheme peachpuff - -map :n -map :N -map :wn -map :wN -map fd ggV/^-- gq - -nnoremap :make - -nnoremap :bprevious -nnoremap :bnext -inoremap :bprevious -inoremap :bnext - -nnoremap :bprevious -nnoremap :bnext -inoremap :bprevious -inoremap :bnext - -nnoremap [1;2D :bprevious -nnoremap [1;2C :bnext -inoremap [1;2D :bprevious -inoremap [1;2C :bnext - -nnoremap [D :bprevious -nnoremap [C :bnext -inoremap [D :bprevious -inoremap [C :bnext - -nnoremap [d :bprevious -nnoremap [c :bnext -inoremap [d :bprevious -inoremap [c :bnext - -" nnoremap :bnew -nnoremap :bprevious -nnoremap :bnext - -if &term =~ '^screen' - " tmux will send xterm-style keys when xterm-keys is on - execute "set =\e[1;*A" - execute "set =\e[1;*B" - execute "set =\e[1;*C" - execute "set =\e[1;*D" -endif - - - -" wild/tab behavior -" ================= -set wildmode=longest,list:longest,list:full - -" spelling stuff -" ============== -set spellfile=~/.vim.spell.en.add -:nmap :set invspell -:imap :set invspell - -" Searching and highlighting -" ========================== -hi Search cterm=NONE ctermfg=yellow ctermbg=19 -set hlsearch -nnoremap :noh - -set tabpagemax=50 -" Do not close buffers we don't see -set hidden