changeset 156:2785ea47eae0

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Nov 2013 20:14:40 -0800
parents 1cacc16689cb (current diff) 71ff712a6951 (diff)
children 7fd22eb11789
files
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <?xml version="1.0"?>
 <settings>
-	<console change_refresh="10" refresh="100" rows="45" columns="170" buffer_rows="500" buffer_columns="0" shell="" init_dir="C:\Users\Abdul\Code" start_hidden="0" save_size="1">
+	<console change_refresh="10" refresh="100" rows="45" columns="170" buffer_rows="500" buffer_columns="0" shell="" init_dir="%HOMEDRIVE%%HOMEPATH%\Code" start_hidden="0" save_size="1">
 		<colors>
 			<color id="0" r="0" g="0" b="0"/>
 			<color id="1" r="0" g="0" b="128"/>
--- 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<cr>
 nnoremap K :tabnext<cr>
 
+" Reorder tabs
+nnoremap > :tabmove +1<cr>
+nnoremap < :tabmove -1<cr>
+
 "New tab using the old classic way
 nnoremap <C-t> :tabnew<cr>