Write buffer close all #12066
Replies: 2 comments
-
The maintainers are unlikely to want to add commands that are just a combination of existing ones. You can give yourself this feature with a keybind: [keys.normal]
L = [":wa", ":bca"]
# or if you want it to be two keypresses
[keys.normal.L]
w = [":wa", ":bca"] When #8675 eventually lands you will also be able to make a custom command for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright, i'm cool with that |
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
Uh oh!
There was an error while loading. Please reload this page.
-
This shouldn't be too hard to do. I think
wbca
should also be apart of the commands.Use case:
Finished completing a section of code, and it is time to move on to the next task. I don't feel comfortable just doing
bca
because I might miss something I wrote on accident. I normally dowa
thenbca
. I could save a couple keystrokes by doingwbca
.wbca
isn't being used as a command, and it doesn't seem like it "breaks" any of the standards helix has. What do ya'll think? It is totally not necessary. It is mostly a "it would be cool" or "nice" thing to add.Could be a good newbie task too!
Beta Was this translation helpful? Give feedback.
All reactions