Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

request: easyclip style operations for delete vs move #33

@wolftune

Description

@wolftune

vim-easyclip is so great, I don't want to use Vim without it, but now I can't stand other vi implementations.

Regardless of clipboard history etc. (can be handled by system-level tools), the primary key issue is that I really really really want to be able to us the d related delete operations as the normal delete functions in LibreOffice, i.e. do not copy the deleted stuff to the clipboard! and have m functions (for "move") work the same as the d functions normally do in Vi.

This will be the difference to whether I feel comfortable using vibreoffice. It should be pretty easy to do. It's just duplicating the d-related functions, swapping the letter m, and then do delete instead of cut for all the d stuff.

Thanks, excited about this project

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions