remove the semicolon remap. I actually want to use the f command.

This commit is contained in:
Michael Campagnaro 2012-11-19 11:04:14 -05:00
parent 38f2e3087d
commit 2e2bd3b3bb

4
.vimrc
View File

@ -109,9 +109,6 @@ imap <c-l> <space>=><space>
" set esc to <c-c>
imap <c-c> <esc>
" remap semicolon
nmap ; :
" suspend process
nmap <leader>z <c-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()