Skip to content

toddyamakawa/tmux-prefixless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmux-prefixless

Description

I hate using a prefix key with tmux.

Instead, I use <alt-key>. This feels intuitive because I hold down <alt> with my thumb, to navigate to the session with J/K, then window with H/L, then pane with h/j/k/l. Then I release <alt>. This enables me to effiently navigate tmux without using a prefix. I also don't like tmux's repeat-time option because relying on timing to enter commands is error-prone.

But what happens when I need to use the <alt> key for emacs or nested tmux sessions? First of all, I use vim instead of emacs. Secondly, I can disable my keybindings with <alt-i> and re-enable them with <alt-o>.

Installation

Via TPM (recommended)

set -g @plugin 'toddyamakawa/tmux-prefixless'

Usage

For a list of keyboard shortcuts, simply run:

tmux list-keys -T prefixless

About

Author

toddyamakawa

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages