From 4bdb7b3345ab9680234f074fbdecca50601c3f57 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 28 Mar 2012 16:26:58 -0400 Subject: Reformat for use with Effuse --- _vimrc | 102 ----------------------------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 _vimrc (limited to '_vimrc') diff --git a/_vimrc b/_vimrc deleted file mode 100644 index 20cb2441..00000000 --- a/_vimrc +++ /dev/null @@ -1,102 +0,0 @@ -set nocompatible - -noremap \ , -let mapleader = "," - -set backspace=indent,eol,start " allow backspacing everything -set hidden -set backup -set history=50 -set ruler " show cursor position all the time -set showcmd " show incomplete commands -set incsearch -set ignorecase -set smartcase -set guioptions-=t " no tear-off menus -if has('mouse') - set mouse=a -endif -if &t_Co > 2 || has("gui_running") - syntax on - set hlsearch -endif - -augroup vimrcEx -au! -" jump to the last cursor position -autocmd BufReadPost * - \ if line("'\"") > 1 && line("'\"") <= line("$") | - \ exe "normal! g`\"" | - \ endif -augroup END - -set autoindent -set smartindent -colorscheme Tomorrow-Night -set nu - -" 4-space indents -set tabstop=4 -set shiftwidth=4 -set expandtab - -filetype plugin indent on -autocmd FileType ruby setlocal expandtab shiftwidth=2 - -"set showmatch " jump to matching bracket -set guioptions-=T " no toolbar in gvim -"set cc=80 " highlight 80th column -set guifont=Monospace\ 9 - -set spell -"set fdm=syntax " fold by syntax - -set cc=80 " Highlight column 80 - -nnoremap ' ` -nnoremap ` ' - -"better tab complete -set wildmenu -set wildmode=list:longest -set wildignore=*.o,*.d,*~ - -set title " change terminal title - -runtime macros/matchit.vim " smarter % - -nmap n :silent :nohlsearch - -" Show trailing whitespace with ,s -nmap s :set nolist! - -set shortmess=atI - -" Easy X copy/paste -map p "+p -map P "+P -map y "+y -map Y "+Y -map d "+d -map D "+D - -set visualbell t_vb= - -set cursorline - -" Insert hard tab -imap - -set browsedir=buffer " GUI Open starts in CWD - -map Q gq - -command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis | wincmd p | diffthis - -" Show trailing whitespace and hard tabs -set list -set listchars=tab:»·,trail:· - -set smarttab - -command W :w " I often accidentally type :W when I mean :w -- cgit 1.4.1 class='content'>
Commit message (Expand)Author
2019-04-15Color python imports as StatementJune McEnroe
2019-04-13Add The Demolished ManJune McEnroe
2019-04-07Add AmatkaJune McEnroe
2019-04-03Add Space OperaJune McEnroe
2019-03-22Add An Unkindness of GhostsJune McEnroe
2019-03-14Highlight line continuations in line commentsJune McEnroe
2019-03-14Add The Long Way to a Small Angry PlanetJune McEnroe
2019-03-10Add Bleachers Tiny Desk ConcertJune McEnroe
2019-02-28Add Station ElevenJune McEnroe
2019-02-27Use getsubopt(3) to parse -o options in hiJune McEnroe
2019-02-27Add type and ulimit shell keywordsJune McEnroe
2019-02-27Fix make target pattern whitespace in hiJune McEnroe
2019-02-27Delete extraneous <pre> in html.shJune McEnroe
2019-02-24Use setopt in upJune McEnroe
2019-02-24Add setoptJune McEnroe
2019-02-20Match make targets as TagJune McEnroe
2019-02-20Use $PWD in html.sh to pass absolute path to manJune McEnroe
2019-02-20Factor out html.sh and produce html for all sourcesJune McEnroe
2019-02-20Add Dirk Gently's Holistic Detective AgencyJune McEnroe
2019-02-20Move /opt/pkg after /usr in PATHJune McEnroe
2019-02-20Set man_hard_wrap in nvimJune McEnroe
2019-02-18Use hi -o anchor in upJune McEnroe
2019-02-18Don't match nested parentheses in Tag for CJune McEnroe
2019-02-18Match whitespace between * [] {}June McEnroe
2019-02-18Fix function-like #define regexJune McEnroe
2019-02-18Match Tag in RustJune McEnroe
2019-02-18Match sh functions as TagJune McEnroe
2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe
2019-02-18Match statics and typedefs as TagJune McEnroe
2019-02-18Clean up htmlHeaderJune McEnroe
2019-02-18Remove hi line numberingJune McEnroe
2019-02-18Add Tag class to hiJune McEnroe
2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe
2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe
2019-02-17Simplify temp trap in upJune McEnroe
2019-02-17Add line numbers to hiJune McEnroe
2019-02-17Always split spans after newlinesJune McEnroe
2019-02-15Color format specifiers light cyan in vimJune McEnroe
2019-02-15Highlight Interp as yellowJune McEnroe
2019-02-15Highlight strings in sh command substitutionsJune McEnroe
2019-02-15Add nmap gpJune McEnroe
2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe
2019-02-13Add forgotten "sixth" book of H2G2June McEnroe