github godbout/kindaVim.blahblah 1b8

latest releases: 88, 87, 86...
4 years ago

improve

  • performance tweaks in Operator Modes
  • improve Keyboard Strategy Normal Mode cc for Non Text Elements
  • improve Keyboard Strategy Normal Mode and Visual Mode for V, v for Non Text Elements
  • improve Keyboard Strategy Normal Mode x for Non Text Elements
  • improve Keyboard Strategy Visual Mode c for Non Text Elements
  • improve Keyboard Strategy Visual Mode d for Non Text Elements

new

  • add support for Keyboard Strategy Normal Mode cG, dG for Non Text Elements
  • add support for Keyboard Strategy Normal Mode cgg, dgg for Non Text Elements
  • add support for Keyboard Strategy Visual Mode G, gg for Non Text Elements

summary

for example if you're in Mail, now you can enter kindaVim Normal Mode (escape by default) and:
  • delete a mail with x
  • delete a mail and go back to Insert Mode with cc
  • delete emails up to the last one with dG
  • delete emails up to the first one with dgg
  • delete emails up to the last one and go back to Insert Mode with cG
  • delete emails up to the first one and go back to Insert Mode with cgg
  • enter Visual Mode with V
  • select up to the first email with gg when you're in Visual Mode
  • select up to the last email with G when you're in Visual Mode
  • delete selected emails with d when you're in Visual Mode
  • delete selected emails and go back to Insert Mode with c when you're in Visual Mode

Don't miss a new kindaVim.blahblah release

NewReleases is sending notifications on new releases.