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