add ":f" as an alias for ":fmt/:format" #11621
Unanswered
samankittani
asked this question in
Ideas
Replies: 2 comments
-
I'm unsure if this is worth it:
However, those 3 points assume the buffer is associated with a file. Sometimes, it makes sense to view/edit a buffer without ever writing it to the file-system. Pasting into a buffer is one of those cases. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are also many key combinations available. You could e.g. consider assigning a function key to an action that you do frequently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
:f isn't used for anything, and ":fmt" is a bit cumbersome. This would be better suited as a custom command, but that isn't possible yet (#4423). It would be nice to have ":fw" and ":fwq" to format-write and format-write-quit.
Beta Was this translation helpful? Give feedback.
All reactions