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 smoothscroll | |
let fullpagescrollpercent = 85 | |
let lastactivetablimit = 50 | |
let lastclosedtablimit = 50 | |
let scrollduration = 30 | |
let scrollstep = 60 | |
let zoomstep = 10 | |
let hintcharacters = "asdfgqwertzxcvb" | |
let homeurl = "http://google.com" | |
let mapleader = ";" |
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 " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') | |
" let Vundle manage Vundle, required | |
Plugin 'gmarik/Vundle.vim' |
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
map k scrollPageUp | |
map j scrollPageDown | |
map u scrollFullPageUp | |
map d scrollFullPageDown | |
site '*://mail.google.com/*' { | |
unmap j | |
unmap k | |
unmap x | |
} | |
site '*://www.sharelatex.com/*' { |