Skip to content

Instantly share code, notes, and snippets.

@bloopletech
Created October 11, 2011 22:45
Show Gist options
  • Save bloopletech/1279705 to your computer and use it in GitHub Desktop.
Save bloopletech/1279705 to your computer and use it in GitHub Desktop.
set nocompatible
set backspace=indent,eol,start
set ignorecase
set t_Co=256
colorscheme murphy
set guioptions-=T
set expandtab
set autoindent
set shiftwidth=2
set selectmode=mouse
nnoremap <S-T> :<C-u>FufFile **/<CR>
let fuf_keyOpen = '<C-l>'
let fuf_keyOpenTabpage = '<CR>'
imap <Tab> <Esc>
nmap <Tab> <Esc>:
vmap <C-c> "+yi
vmap <C-x> "+c
vmap <C-v> c<ESC>"+p
imap <C-v> <ESC>"+pa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment