You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe having configs for key blind would be created
I at least want to have
ctrl+a, ctrl+e, ctrl+w during insert mode to be support
(ctrl+a allows to go to the start of the line, ctrl+e allows move cursor to end of the line,
ctrl+w is the same as db in vim, delete word backward)
I use those often during terminal/weechat/terminal
And I think those would be useful
Maybe we can set key blinding for each field? (one for main menu, input etc)
I think it could get complex and maybe stick with simple overall blinding for all?
The text was updated successfully, but these errors were encountered:
This will be added in the next release which will introduce a config file. I think it will be possible to bind keys in different areas, e.g. main menu screen, columns, cards, inputs, etc. But I think keys will be bound to components generally, for example you will be able to customize the input component bindings generally, but won't be able to separate the input in main menu from that in the board screen for example. I think separating them would be an overkill and not really necessary. Sorry for the late response.
I believe having configs for key blind would be created
I at least want to have
ctrl+a, ctrl+e, ctrl+w during insert mode to be support
(ctrl+a allows to go to the start of the line, ctrl+e allows move cursor to end of the line,
ctrl+w is the same as
db
in vim, delete word backward)I use those often during terminal/weechat/terminal
And I think those would be useful
Maybe we can set key blinding for each field? (one for main menu, input etc)
I think it could get complex and maybe stick with simple overall blinding for all?
The text was updated successfully, but these errors were encountered: