aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/.vimperatorrc7
-rw-r--r--dotfiles/simple-highlight.vimp15
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
+