Eric Leenman wrote:
Hi,

I have mapped CTRL-Z as u
I'm not sourcing mswin.vim, and also not behave as windows
CTRL-Z does most of the times the undo-function.

But why does it also does minimize the screen sometimes?

Rgds,
Eric

How did you remap Ctrl-Z ?

        :map <C-Z> u
or
        :noremap <C-Z> u

should work;

        :nmap <C-Z> u
or
        :nnoremap <C-Z> u

should leave Ctrl-Z to mean "suspend" when used in Visual mode; vice-versa for

        :imap <C-Z> u
or
        :inoremap <C-Z> u


Best regards,
Tony.
--
Schlattwhapper, n.:
        The window shade that allows itself to be pulled down,
hesitates for a second, then snaps up in your face.
                -- Rich Hall, "Sniglets"

Reply via email to