Last active
December 30, 2018 14:51
-
-
Save kinnou02/76bd701b05f5550e5e05f47d8c4e9ed5 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 autoupdategist | |
let mapleader = "<Space>" | |
command g tabnew google | |
let searchengine searx = "https://searx.me/search?q=" | |
let defaultengine = "google" | |
set numerichints | |
set typelinkhints | |
unmap b | |
map u lastClosedTab | |
map d closeTab | |
map <C-e> lastUsedTab | |
map <leader>b :buffer<space> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment