Last active
December 6, 2022 09:29
-
-
Save subdigital/d1d059d142dc653c721ac389a188249b to your computer and use it in GitHub Desktop.
Xcode Vim Radars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vim: Pressing escape closes code completion window rather than exiting Insert mode - FB9186416