Giter Club home page Giter Club logo

Comments (6)

alerque avatar alerque commented on June 20, 2024 1

I've recently stepped in to help maintain this plugin. This is something I've noticed myself and have been meaning to look into. That being said I will be traveling for a couple weeks and probably won't have time to find this before then. I'm just dropping a comment here to let you guys know there is some motion on this plugin again and any contributions would be welcome! If either of you found what is causing this I'd love to hear about it before I try to dig into it myself. And of course PR's will be getting reviewed if anybody has something to contribute.

from vim-pencil.

alerque avatar alerque commented on June 20, 2024 1

@alice-sawatzky This is controlled by the plugin adding onemore to the virtualedit setting. You can read about its use in :help virtualedit. I'm sure you can manually kill this off yourself with -= in an auto command, but I think it would be nice to ⓐ document that this is an optional feature and ⓑ make it an option that can be disabled. On by default probably makes sense.

from vim-pencil.

MerkleBros avatar MerkleBros commented on June 20, 2024

Wondering if anyone has looked at this, also experiencing this behavior with x not deleting backwards.

from vim-pencil.

alice-sawatzky avatar alice-sawatzky commented on June 20, 2024

last commit was 2 years ago, i'm guessing if we want it fixed one of us is gonna have to fork it. do you happen to know vimscript? i can give it a try but i'll be starting from scratch knowledge-wise.

from vim-pencil.

alice-sawatzky avatar alice-sawatzky commented on June 20, 2024

awesome, thanks for stepping up like that!

I wouldn't be surprised if this behavior is an intentional feature, since it seems more intuitive for new vim users (i know i would always trip over the default vim behavior, i'd do something like $i and expect to be inserting at the end of the line, it took a while for me to get over that (IMO more vim tutorials should emphasize a earlier on))

anyways, i expect this is probably not a bug, just an annoying feature, so we should probably leave it enabled by default and just provide a way to turn it off, and mention it prominently in the docs

from vim-pencil.

alice-sawatzky avatar alice-sawatzky commented on June 20, 2024

thanks, the autocommand approach didn't work (i don't know the nuances of autocmd timing so it's probably still possible), however, now that i had a name to work with, i skimmed through the plugin source and discovered i could disable it by disabling the "cursorwrap" feature. My setup for now if anyone wants to copy:

let g:pencil#wrapModeDefault = 'soft'
let g:pencil#cursorwrap = 0 "<-----|this line|-----
augroup pencil
  autocmd!
  autocmd FileType markdown,mkd call pencil#init()
  autocmd FileType text         call pencil#init()
augroup END

from vim-pencil.

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.