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
If I start calc mode and want to compute 5 numbers and most of the time I don't want to paste something so switching manually to insert mode after each number is super annoying.
So I thought let's setup some hook to bring it after each number in input mode again. Sadly calc starts when you type a number a minibuffer input field so it's not in the same buffer anymore, and with the buffer switch it activates command mode each time.
So I just looked a bit into that problem didn't even remember that I reported this as "bug" already, but the solution to this is the following, I wonder if it makes sense to add that into xah-fly-keys upstream because I think I see no advantage to have command mode active by default in calc mode:
If I start calc mode and want to compute 5 numbers and most of the time I don't want to paste something so switching manually to insert mode after each number is super annoying.
So I thought let's setup some hook to bring it after each number in input mode again. Sadly calc starts when you type a number a minibuffer input field so it's not in the same buffer anymore, and with the buffer switch it activates command mode each time.
So I tried minibuffer-exit-hook:
Which does not work, any idea?
The text was updated successfully, but these errors were encountered: