summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimperatorrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/vimperatorrc b/vimperatorrc
index 5d05730..cf92711 100644
--- a/vimperatorrc
+++ b/vimperatorrc
@@ -2,5 +2,13 @@ map H :bp<CR>
map L :bn<CR>
map J 20j
map K 20k
+map <BS> <C-v><C-e>
+map s :panorama switchgroup
+
+set go-=T
+set maxitems=5
+set urlseparator=
+set noac
+set hintmatching=wordstartswith
" vim:ft=vim: