Created
October 11, 2011 22:45
-
-
Save bloopletech/1279705 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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