Skip to content

Adding 'ZZ' to .pyvimrc #122

Open
Open
@mbusch-regis

Description

@mbusch-regis

I seem to be odd that my primary method for exiting vim is the 'ZZ' command -- I don't think I've talked to another vim user (f2f). Of course I want that method of exiting pyvim but I've been frustrated in all my attempts to add it to .pyvimrc.

My closest attempt so far will exit but it does not write the file:

     @editor.add_key_binding('Z', 'Z', filter=ViNavigationMode())
     def _(event): 
         """
         Typing '<shift>zz' in navigation mode should write the buffer and quit.

         (imap ZZ :wq)
         """
         editor_buffer = editor.current_editor_buffer
         write_and_quit(editor,editor_buffer.location)

Any suggestions how I can make it both write and quit?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions