Last active
December 16, 2017 19:20
-
-
Save lomafor-zz/1206215b6519205b4b748b09568a4aa1 to your computer and use it in GitHub Desktop.
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 = ["https://inbox.google.com/*","https://coderpad.io/*","https://www.hackerrank.com/*","https://codepair.hackerrank.com/*"] | |
let mapleader = "," | |
let searchalias g = "google" | |
let searchalias a = amazon" | |
set nodimhintcharacters | |
set completeonopen | |
set smoothscroll | |
set cncpcompletion | |
set noautofocus | |
map <C-e> lastUsedTab | |
map <C-t> :tabdetach<CR> | |
map <C-a> :tabattach<Space> | |
imap <C-a> beginningOfLine | |
imap <C-e> endOfLine | |
imap <C-y> deleteToBeginning | |
imap <C-u> deleteToEnd | |
imap <C-w> deleteWord | |
imap <C-p> deleteForwardWord | |
imap <C-i> backwardWord | |
imap <C-o> forwardWord |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment