diff options
-rw-r--r-- | vimperatorrc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/vimperatorrc b/vimperatorrc index 011f7c5..59eff55 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -39,11 +39,12 @@ highlight Tag color: #268BD2; highlight Title color: #D33682; background: #FDF6E3; font-weight: bold; font-size: 120%; highlight URL text-decoration: none; color: #268BD2; highlight WarningMsg color: #DC322F; background: #FDF6E3; -noremap l gt -noremap h gT -noremap s C-d<Space> -noremap e C-u -noremap w :open wikipedia +nnoremap l gt +nnoremap h gT +nnoremap s <C-d> +nnoremap e <C-u> +nnoremap w :open wikipedia +nnoremap x d source! /home/vasko/.vimperatorrc.local set focuscontent |