diff options
| author | Steve Lee <me@xiangyangli.com> | 2016-10-31 12:05:07 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2016-10-31 12:05:07 +0800 |
| commit | 4baf0af60ba3e2bd27a181f52f3dcec312905fd4 (patch) | |
| tree | a470d02e2cece858b3d105b090ce4f1d426ec09d /dotfiles | |
| parent | e082573e6d15e11a29a2af58bbd5410d6f49d318 (diff) | |
| download | Personal-4baf0af60ba3e2bd27a181f52f3dcec312905fd4.tar.xz Personal-4baf0af60ba3e2bd27a181f52f3dcec312905fd4.zip | |
update dotfile
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.vimperatorrc | 7 | ||||
| -rw-r--r-- | dotfiles/simple-highlight.vimp | 15 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dotfiles/.vimperatorrc b/dotfiles/.vimperatorrc index 4f10d45..1235c65 100644 --- a/dotfiles/.vimperatorrc +++ b/dotfiles/.vimperatorrc @@ -1,5 +1,12 @@ +colorscheme simple-highlight + +set hintchars=hjklasdfgyuiopqwertnmzxcvb set gui=nonavigation let mapleader = "," +set runtimepath+=~/.vimperator/vimperator-plugins + +" Ctrl-a +inoremap <C-a> <C-Home><C-S-End> noremap d <C-d> noremap e <C-u> diff --git a/dotfiles/simple-highlight.vimp b/dotfiles/simple-highlight.vimp new file mode 100644 index 0000000..482b2c8 --- /dev/null +++ b/dotfiles/simple-highlight.vimp @@ -0,0 +1,15 @@ +" ==Vimperator_Color_Scheme== +" name: Simple Highlight +" modifications: Travis Jeffery <t.jeffery@utoronto.ca> +" modifications: Steve Lee <me@xiangyangli.com> +" - only set the hint no background; +" ==Simple_Highlight_Color_Scheme== + +highlight Bell display: none; + + +" highlight WarningMsg +highlight Hint font-family: "DejaVu Sans Mono", monospace; font-size: 12px; font-weight: normal; color: #FFO099; background-color: #3399FF; padding: 0px 2px; +highlight HintElem background-color: #00CC000; +" highlight HintActive + |
