Created
April 19, 2016 07:09
-
-
Save kazemihabib/1ee97a97f4cd4124abc60d3bb24c4ab1 to your computer and use it in GitHub Desktop.
.vimperatorrc
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
"3.10.1 (created: 2015/08/25 00:41:59) | |
highlight CmdLine background: white; color: black; transition: all 0.25s; font-size:16px | |
highlight Hint font-family: monospace; font-size: 10px; font-weight: bold; text-transform: uppercase; color: white; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 1px 0px 1px; font-size:15px; | |
nnoremap l gt | |
nnoremap h gT | |
nnoremap j 15j | |
nnoremap k 15k | |
nnoremap ,p :emenu<Space>File.New<Space>Private<Space>Window<Return> | |
nnoremap ,o :open<Space>about:preferences#advanced<Return> | |
nnoremap L l | |
nnoremap H h | |
nnoremap ,pr :tabopen<Space>https://github.com/binary-com/webtrader/compare/development...aminroosta:amin | |
nnoremap ,g :tabopen<Space>https://github.com/binary-com/webtrader/compare/development...aminroosta:amin | |
set complete=l | |
set focuscontent | |
style! -name=smooth-scroll * * { scroll-behavior: smooth; } | |
source! /Users/amin/.vimperatorrc.local | |
" vim: set ft=vimperator: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment