remove the semicolon remap. I actually want to use the f command.
This commit is contained in:
parent
38f2e3087d
commit
2e2bd3b3bb
4
.vimrc
4
.vimrc
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user