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> " set esc to <c-c>
imap <c-c> <esc> imap <c-c> <esc>
" remap semicolon
nmap ; :
" suspend process " suspend process
nmap <leader>z <c-z> nmap <leader>z <c-z>
@ -321,7 +318,6 @@ function! RunTests(filename)
end end
endfunction endfunction
" From http://vim.wikia.com/wiki/Move_current_window_between_tabs " From http://vim.wikia.com/wiki/Move_current_window_between_tabs
" Moves a window from one tab to another. " Moves a window from one tab to another.
function MoveToPrevTab() function MoveToPrevTab()