Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Vim Basic #228

@qingquan-li

Description

@qingquan-li

Vim Configuration

References:

My Vim configuration:

https://gist.github.com/Qingquan-Li/b4eae570d054fd48495d73efa04d6a86


Vim commands

References:

Copy all text to system clipboard:

Use : % y + command to copy

  • % to refer the next command to work on all the lines
  • y to yank those lines
  • + to copy to the system clipboard

Another way is g g " + y G

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions