Last active
August 29, 2015 14:17
-
-
Save lodestone/50d66a1c569d879a8d7e to your computer and use it in GitHub Desktop.
My cVimrc
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
" Settings | |
map ; openCommandBar | |
let mapleader = "," | |
set noautofocus | |
map <leader>vc :settings<CR> | |
map <leader><leader> :buffer<Space> | |
imap <C-k> deleteToEnd | |
let blacklists = ["https://mail.google.com/* igi<Esc> j k x s / r f"] | |
map <leader>gt :open https://twitter.com<cr> | |
map <leader>gn :open https://news.ycombinator.com<cr> | |
map <leader>gh :open https://github.com<cr> | |
map <leader>ga :open https://amazon.com<cr> | |
map <leader>gb :open https://boardgamegeek.com<cr> | |
let hintcharacters = "asdfjkl" | |
set numerichints | |
set typelinkhints | |
set cncpcompletion | |
imap <C-n> previousCompletionResult | |
imap <C-p> nextCompletionResult | |
" let qmark a = ["http://google.com", "http://reddit.com"] | |
" set hud | |
" let vimcommand="/usr/local/bin/atom" | |
" imap <c-f><c-f> editWithVim | |
let completionengines = ["google", "amazon", "imdb", "youtube", "wikipedia"] | |
map gb :tabhistory<space> | |
map <leader>fh :history<space> | |
map <leader>ft :buffer<space> | |
map <leader>fb :bookmarks<space> | |
map <leader>f< :tabhistory<space> | |
map <leader>g :open google<space> | |
map g :open google<space> | |
map <leader>l3 :tabnew http://localhost:3000<CR> | |
map <leader>l4 :tabnew http://localhost:4567<CR> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment