aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-13 16:55:42 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-13 16:58:10 -0500
commite5dfb045b994e1ab8fef9ef5d3f02ce20ea6b685 (patch)
treeba74287d80e46c70dab8c4311a1dc933fbfbdea1 /.vimrc
parentfix pager again (diff)
many more renames
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc69
1 files changed, 0 insertions, 69 deletions
diff --git a/.vimrc b/.vimrc
deleted file mode 100644
index 4bc5f32..0000000
--- a/.vimrc
+++ /dev/null
@@ -1,69 +0,0 @@
-" p
-" Line numbering
-"set number
-" Set syntax highlighting
-syntax on
-colorscheme brookstream
-" Tabbing
-set et
-set shiftwidth=4
-set smarttab
-set autoindent
-" We want a mouse in consoles, so:"
-set mouse=a
-filetype plugin on
-filetype indent on
-set textwidth=80
-set bg=dark
-set modeline
-set modelines=1
-set pastetoggle=<F10>
-command -nargs=1 Hugged :/<args>/s/\(.*\) ;\(.*\)\(||\)/\1 lightgreen;\2 RyanKavanagh ||/c
-""" Don't connect to X clipboard, slow
-""" set clipboard=exclude:.*
-" For :sp, switching and minimum height
-" map <C-H> <C-W>j<C-W>_
-" map <C-L> <C-W>k<C-W>_
-" set wmh=0
-" REQUIRED. This makes vim invoke Latex-Suite when you open a tex file.
-filetype plugin on
-" IMPORTANT: grep will sometimes skip displaying the file name if you
-" search in a singe file. This will confuse Latex-Suite. Set your grep
-" program to alway generate a file-name.
-set grepprg=grep\ -nH\ $*
-
-" Haskell crud
-au BufEnter *.hs compiler ghc
-let g:haddock_browser = "/usr/bin/w3m"
-let g:ghc_version = 6.8.2
-let g:ghc = "/usr/bin/ghc"
-
-" Support my daylog
-au BufNewFile,BufRead daylog,daylog.dch setf debchangelog
-au BufNewFile,BufRead *.tikz setf tex
-
-map! i_<help> <Esc>
-map! <Help> <Esc>
-map! i_<F1> <Esc>
-map! <F1> <Esc>
-
-" minibufexpl.vim
-"map \mbe :MiniBufExplorer<cr>
-"map \mbc :CMiniBufExplorer<cr>
-"map \mbu :UMiniBufExplorer<cr>
-"map \mbt :TMiniBufExplorer<cr>
-
-"let g:miniBufExplMapWindowNavVim = 1
-let g:miniBufExplMapWindowNavArrows = 1
-let g:miniBufExplMapCTabSwitchBufs = 1
-
-let g:Tex_CompileRule_dvi = 'latex-mk $*'
-let g:Tex_CompileRule_pdf = 'latex-mk --pdflatex $*'
-let g:Tex_DefaultTargetFormat = 'pdf'
-let g:Tex_ItemStyle_inparaenum = '\item'
-
-let g:po_translator = 'Ryan Kavanagh <rak@debian.org>'
-
-au BufEnter ~/.mutt/tmp/mutt-* set textwidth=72 | set list lcs=trail:-,nbsp:%
-au BufEnter ~/.mutt/tmp/neomutt-* set textwidth=72 | set list lcs=trail:-,nbsp:%
-au BufEnter */gophermap set list lcs=trail:-,nbsp:%,tab:»·,space:·