summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-11-16 12:24:33 +0100
committerVictor Toso <victortoso@redhat.com>2015-11-16 12:24:33 +0100
commit460207676dc8e8ed1c3bf3f906eb7536c243e732 (patch)
tree427ab8698b05f05201c0b4c72599998a72e6a027
parent6f7f9ce1fe099ac7bdb536bdfb2a4221370c8702 (diff)
vimrc: nmap spell and split when jumping to tag
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 534b6e8..fb4acd4 100644
--- a/vimrc
+++ b/vimrc
@@ -53,6 +53,10 @@ nmap \\ @
nmap >> <C-]>
nmap << <C-t>
+nmap i>> :vsplit<CR><C-]><CR>
+nmap o>> :split<CR><C-]><CR>
+
+nmap \s :set spell!<CR>
nmap <S-w> <C-w>
nmap <S-t>l :tabnext<CR>