changeset 137:c638bec5b663

Vimperator config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Oct 2013 22:04:42 -0700
parents d38a489db202
children 337a1bfbd50a
files vimperatorrc
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vimperatorrc	Thu Oct 03 07:52:56 2013 -0700
+++ b/vimperatorrc	Fri Oct 04 22:04:42 2013 -0700
@@ -17,9 +17,15 @@
 nnoremap J :tabprevious<cr>
 nnoremap K :tabnext<cr>
 
+"New tab using the old classic way
+nnoremap <C-t> :tabnew<cr>
+
 " Use `i` to get into a persistent insert mode,
 " and `I` for the quick one.
 nnoremap i <S-Esc>
 nnoremap I i
 
+" Super minimal UI
+set toolbars=noaddons,nobookmarks,nomenu,nonavigation,notabs
+
 " vim: ft=vim