Last active
November 10, 2017 21:04
-
-
Save rob3c/11646c01b8adfac63e3b06c0c1c81edb to your computer and use it in GitHub Desktop.
cVim settings
This file contains 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 blacklists = ["http://localhost/*"] | |
set autoupdategist | |
set numerichints | |
set typelinkhints | |
map b :buffer<Space> | |
map d closeTab | |
map D :exec dJ<CR> | |
map F createActiveTabbedHint | |
map ;t createActiveTabbedHint | |
map u lastClosedTab | |
map <BS> H |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment