tdro

Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.

tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 82/50 words 27s read

    I helped someone with a tmux config. It’s been a while since I’ve used tmux but I’ve since realized it’s better to copy paste tmux list-keys into tmux.conf and reset all shortcuts (for debugging).

    shell
    tmux list-keys

    The help menu (tmux list-keys -N) displays shortcuts with bind-key -N "description".

    Clearing and redeclaring all key shortcuts
    Index: Cache · Source
    #clips #linux