From 4baf0af60ba3e2bd27a181f52f3dcec312905fd4 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 31 Oct 2016 12:05:07 +0800 Subject: update dotfile --- dotfiles/.vimperatorrc | 7 +++++++ dotfiles/simple-highlight.vimp | 15 +++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dotfiles/simple-highlight.vimp (limited to 'dotfiles') 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 noremap d noremap e 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 +" modifications: Steve Lee +" - 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 + -- cgit v1.2.3