# HG changeset patch # User Ludovic Chabant # Date 1385180080 28800 # Node ID 2785ea47eae0649e817af01d5d1a9950ecdb5b69 # Parent 1cacc16689cb869e605716fc10880abb787320e9# Parent 71ff712a695176c3d33270fca1fa78dd61363989 Merged changes. diff -r 1cacc16689cb -r 2785ea47eae0 console.xml --- a/console.xml Wed Nov 20 21:52:58 2013 -0800 +++ b/console.xml Fri Nov 22 20:14:40 2013 -0800 @@ -1,6 +1,6 @@ - + diff -r 1cacc16689cb -r 2785ea47eae0 vimperatorrc --- a/vimperatorrc Wed Nov 20 21:52:58 2013 -0800 +++ b/vimperatorrc Fri Nov 22 20:14:40 2013 -0800 @@ -19,6 +19,10 @@ nnoremap J :tabprevious nnoremap K :tabnext +" Reorder tabs +nnoremap > :tabmove +1 +nnoremap < :tabmove -1 + "New tab using the old classic way nnoremap :tabnew