summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimperatorrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimperatorrc b/vimperatorrc
index 9bbcd48..78ef4e7 100644
--- a/vimperatorrc
+++ b/vimperatorrc
@@ -238,6 +238,11 @@ map <C-c><C-u> gU
" Restart with C-c C-r
map <C-c><C-r> :restart<CR>
+
+" Tab moving helpers
+map <A-m> :tabmove<SPACE>
+map <A-Left> :tabmove! -1<CR>
+map <A-Right> :tabmove! +1<CR>
" }}}