GithubHelp home page GithubHelp logo

Shift-Y Does Not Yank Full Line about vim HOT 7 CLOSED

xcthulhu avatar xcthulhu commented on August 27, 2024
Shift-Y Does Not Yank Full Line

from vim.

Comments (7)

ibdknox avatar ibdknox commented on August 27, 2024

shift-y is not a synonym, it's something explicitly different: "copy to the end of the line".

You can map shift-y for yourself using the Vim: map vim keys behavior, if you want though :)

from vim.

xcthulhu avatar xcthulhu commented on August 27, 2024

Really? Because copying the line is the specified behavior in the docs:

https://github.com/michalliu/gvimim/blob/master/vim73/doc/change.txt#L905

                                                    *Y*

["x]Y yank [count] lines [into register x](synonym for
yy, |linewise|). If you like "Y" to work from the
cursor to the end of line (which is more logical,
but not Vi-compatible) use ":map Y y$".

I suppose it isn't very logical, and it's obscure enough it probably doesn't matter...

On Apr 14, 2014, at 12:02 PM, Chris Granger [email protected] wrote:

shift-y is not a synonym, it's something explicitly different: "copy to the end of the line".

You can map shift-y for yourself using the Vim: map vim keys behavior, if you want though :)


Reply to this email directly or view it on GitHub.

from vim.

cldwalker avatar cldwalker commented on August 27, 2024

@xcthulhu We are dependent on CodeMirror for their vim implementation. You can confirm with their demo, it's intentional behavior. Please open an issue with them.

from vim.

shamrin avatar shamrin commented on August 27, 2024

By the way, this issue was discussed in codemirror/codemirror5/issues/2643. CodeMirror intentionally breaks blind compatibility with vi/vim, because this way Y, C and D all work from cursor to the end of the line. Even vim doc says it's more logical :)

from vim.

mbylstra avatar mbylstra commented on August 27, 2024

I'm on Light Table 0.8.0-alpha Linux with the plugin Vim 0.2.0 by kodowa, but I can't see a Vim: map vim keys behaviour when I search in the commands panel (ctrl-space). Is there another way to map Y to yy from within Light Table?

from vim.

kenny-evitt avatar kenny-evitt commented on August 27, 2024

@mbylstra You should see the Vim: map vim keys behavior when you open a .behaviors file in LT. Try opening your user.behaviors file and see if you can add the mapping. Also check out the behaviors file for this plugin.

from vim.

mbylstra avatar mbylstra commented on August 27, 2024

great, thanks for you help!

from vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.