Alright, let’s talk about how I messed with my keybindings and ended up in a deadlock situation. It wasn’t pretty, but hey, live and learn, right?

So, it all started when I got this bright idea to optimize my workflow. I use a bunch of different tools every day, and jumping between them can be a real pain. I thought, “Wouldn’t it be great if I could just streamline everything with some custom keybindings?” Famous last words.
I dove into the settings of my text editor first. I changed a few basic commands, stuff like saving files and switching tabs. Everything was going great, and I was feeling pretty good about myself. That’s when I decided to get a little more ambitious.
I started playing around with my window manager’s keybindings. I figured I could set up some shortcuts to switch between workspaces and snap windows to different parts of the screen. This is where things started to go south.
See, I didn’t really think through the consequences of what I was doing. I assigned some key combinations that were already in use by other applications. At first, it seemed fine. I could switch workspaces and move windows around with ease. But then, I tried to use one of my text editor’s new shortcuts, and boom, nothing happened.
I tried again, and again, and again. Still nothing. I started to panic. I couldn’t save my work, I couldn’t switch tabs, I couldn’t do anything! I was stuck. My custom keybindings had created a conflict, and I was in a complete deadlock.

I spent the next hour trying to figure out how to undo what I had done. I was frantically searching online, trying to find any information that could help me. But of course, my internet browser was also affected by the keybinding mess. I couldn’t even switch to a different browser tab without using the mouse, and when I finally found a helpful forum, I couldn’t switch to the terminal tab to test it without my hotkey.
Here is the solutions to fix it
- First, I used the terminal, as long as it was still working.
- Second, I typed some code to disable custom keybindings.
- Then, restart the application.
- Finally, I reconfigured the keybindings.
Eventually, after a lot of trial and error, I managed to reset my keybindings to their defaults. It was a huge relief. I learned a valuable lesson that day: don’t mess with your keybindings unless you really know what you’re doing. And even then, maybe think twice before changing the fundamental things.
So, that’s my story of how I created a deadlock with my keybindings. It wasn’t fun at the time, but now I can laugh about it. And hopefully, my experience can serve as a cautionary tale for others. Be careful out there, folks!