diff --git a/.vimrc b/.vimrc index 93044df..19f84f7 100644 --- a/.vimrc +++ b/.vimrc @@ -109,9 +109,6 @@ imap => " set esc to imap -" remap semicolon -nmap ; : - " suspend process nmap z @@ -321,7 +318,6 @@ function! RunTests(filename) end endfunction - " From http://vim.wikia.com/wiki/Move_current_window_between_tabs " Moves a window from one tab to another. function MoveToPrevTab()