Skip to content

Instantly share code, notes, and snippets.

@subdigital
Last active December 6, 2022 09:29
Show Gist options
  • Save subdigital/d1d059d142dc653c721ac389a188249b to your computer and use it in GitHub Desktop.
Save subdigital/d1d059d142dc653c721ac389a188249b to your computer and use it in GitHub Desktop.
Xcode Vim Radars
These are feedbacks I've filed against Xcode 13's Vim support. Please dupe!
Vim mode needs option to turn off audible bell - FB9136734
Vim mode needs option to disable/hide help bar - FB9138240
Vim mode needs CTRL+SHIFT+V columnar select mode - FB9138552
Vim mode missing macros for repeated text operations - FB9138595
Vim mode - support for plugins? - FB9138670
Vim mode - :w should save the file - FB9138695
Vim mode - shift-V doesn’t correctly select the first full line - FB9138796
Vim mode - Allow repeated editing operations with “.” - FB9154817
Vim mode - SHIFT+O should add a line Above - FB9154817
Vim mode - Indent/outdent with block selection not working - FB9147603
Vim Mode - pressing ESC with multiple cursors should go back to single cursor - FB9147001
Vim mode - Change operation then undo is inconsistent with Vim - FB9183209
Vim mode - Delete Until behavior inconsistent with Vim - FB9191561
@shadowfacts
Copy link

I've duped some of yours and filed bunch more of my own:

  • In Vim mode shift+V should enter visual line mode - FB9130546
  • Vim: Indent/outdent does not work correctly in visual mode - FB9130934
  • Vim: Jumplist should be supported - FB9131060
  • Vim: Some motions don't work in visual mode - FB9131134
  • Vim: D does not store deleted text in register - FB9131239
  • Vim: Support r in normal mode to replace the character under the cursor - FB9132410
  • Vim: Normal mode cursor should not be able to select after the last character - FB9132487
  • Vim: Support . to repeat the last command - FB9132515
  • Vim: Y should be an alias for yy rather than y$ - FB9139616
  • Vim: Xcode should match indentations when pasting - FB9140357
  • Vim: % motion sometimes jumps to incorrect location - FB9146361
  • Vim: % motion does not work in visual mode - FB9146442
  • Vim: Pasting while in visual mode should overwrite selection - FB9157654
  • Vim: There should be an option to disable case-sensitivity when entering find with / - FB9175983
  • Vim: Support u/U in visual mode to change case - FB9176002

@squarefrog
Copy link

Vim: Pressing escape closes code completion window rather than exiting Insert mode - FB9186416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment