Last active
December 24, 2017 23:39
-
-
Save vasergen/02ae265389e7d9287e718243e0c84c05 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
let barposition = "bottom" | |
command g tabnew google | |
let searchalias g = "google" | |
let @@reddit_prog = 'http://www.reddit.com/r/programming' | |
map gts :tabnew http://www.reddit.com/r/programming<CR> | |
map gtf :tabnew https://www.figo.io/en/<CR> | |
map gtt :tabnew https://trello.com/b/hhP1nPMu/todo<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment