(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| % RISC-V Assembler syntax and style for latex lstlisting package | |
| % | |
| % These are risc-v commands as per our university (University Augsburg, Germany) guidelines. | |
| % | |
| % Author: Anton Lydike | |
| % | |
| % This code is in the public domain and free of licensing | |
| % language definition | |
| \lstdefinelanguage[RISC-V]{Assembler} | 
If you encounter a problem where you cannot commit changes in Git – neither through the terminal nor via the GitHub Desktop application – the issue might be a freeze during the Git commit process. This is often caused by GPG lock issues. Below is a concise and step-by-step guide to resolve this problem.
Open your terminal and try to perform a GPG operation (like signing a test message). If you see repeated messages like gpg: waiting for lock (held by [process_id]) ..., it indicates a lock issue.