Skip to content

Instantly share code, notes, and snippets.

@yjpark
Last active August 29, 2015 14:12
Show Gist options
  • Save yjpark/27301af644bec5c4a9d4 to your computer and use it in GitHub Desktop.
Save yjpark/27301af644bec5c4a9d4 to your computer and use it in GitHub Desktop.
" https://gist.github.com/yjpark/27301af644bec5c4a9d4
" settings
let barposition = "top"
set cncpcompletion
let hintcharacters = "aoeuidhtnspyfgcrlqjkxbmwvz,"
" mappings
map ; :
map <C-n> gt
map <C-p> gT
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map y yankDocumentUrl
map ,, :buffer<Space>
unmap X
map u lastClosedTab
map <C-o> goBack
map <C-i> goForward
" Insert mode
imap <C-a> beginningOfLine
imap <C-e> endOfLine
imap <C-u> deleteToBeginning
imap <C-k> deleteToEnd
imap <C-w> deleteWord
imap <C-f> forwardChar
imap <C-b> backwardChar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment