From 46c1112e1e368474d3c1b2f8115921dbeba9b095 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 14 Nov 2017 18:08:15 +0800 Subject: update vimperatorrc --- dotfiles/.vimperatorrc | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/dotfiles/.vimperatorrc b/dotfiles/.vimperatorrc index 1235c65..f58e8b8 100644 --- a/dotfiles/.vimperatorrc +++ b/dotfiles/.vimperatorrc @@ -1,21 +1,43 @@ +" Color scheme colorscheme simple-highlight +" Set hintchars to alphbet set hintchars=hjklasdfgyuiopqwertnmzxcvb + +" No navigation set gui=nonavigation -let mapleader = "," -set runtimepath+=~/.vimperator/vimperator-plugins + +" Leader key +let mapleader = ";" + +" Disable fucking bell +set visualbell=true +" set runtimepath+=~/.vimperator/vimperator-plugins + +" Make Firefox run faster by using JIT +" set! javascript.options.jit.chrome=true " Ctrl-a inoremap +" scroll down/up half page noremap d noremap e -noremap -noremap + +" Jump to related tab +noremap +noremap + +" Colse the current tab noremap x d noremap +" Open debug noremap f +" Map e to jump to tab by tab number(With tree tab plugin) +noremap e gt + +" Sometimes when you need navigation bar noremap nn :set gui=nonavigation noremap n :set gui=navigation -- cgit v1.2.3