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
When key 'c' is pressed from magit-status window, it takes to magit-commit-popup buffer and another key 'c' press, it returns error saying
call-interactively: Buffer is read-only: # [6 times]
C-h b points to below data. It seems that, c isn't working in popup mode. Is there any workaround for this?.
1 mykie:global-map:1:self-insert-command
2 mykie:global-map:2:self-insert-command
c mykie:global-map:c:self-insert-command
i mykie:global-map:i:self-insert-command
j self-insert-command
k mykie:global-map:k:self-insert-command
n mykie:global-map:n:self-insert-command
o self-insert-command
p mykie:global-map:p:self-insert-command
w mykie:global-map:w:self-insert-command
z mykie:global-map:z:self-insert-command
The text was updated successfully, but these errors were encountered:
When key 'c' is pressed from magit-status window, it takes to magit-commit-popup buffer and another key 'c' press, it returns error saying
call-interactively: Buffer is read-only: # [6 times]
Magit 20160425.430, Git 2.8.1.windows.1, Emacs 24.5.1, windows-nt
C-h b points to below data. It seems that, c isn't working in popup mode. Is there any workaround for this?.
1 mykie:global-map:1:self-insert-command
2 mykie:global-map:2:self-insert-command
c mykie:global-map:c:self-insert-command
i mykie:global-map:i:self-insert-command
j self-insert-command
k mykie:global-map:k:self-insert-command
n mykie:global-map:n:self-insert-command
o self-insert-command
p mykie:global-map:p:self-insert-command
w mykie:global-map:w:self-insert-command
z mykie:global-map:z:self-insert-command
The text was updated successfully, but these errors were encountered: