mirror of
				https://github.com/tmux-plugins/tmux-sensible.git
				synced 2025-11-03 16:06:03 +00:00 
			
		
		
		
	status-keys emacs
`status-keys vi` is really cumbersome for those rare times when you need to type something in tmux command prompt.
This commit is contained in:
		@@ -80,6 +80,10 @@ main() {
 | 
			
		||||
	tmux set-option -g mouse-select-pane on
 | 
			
		||||
	tmux set-option -g mouse-select-window on
 | 
			
		||||
 | 
			
		||||
	# emacs key bindings in tmux command prompt (prefix + :) are better than
 | 
			
		||||
	# vi keys, even for vim users
 | 
			
		||||
	tmux set-option -g status-keys emacs
 | 
			
		||||
 | 
			
		||||
	# DEFAULT KEY BINDINGS
 | 
			
		||||
 | 
			
		||||
	# Ctrl-a + a   send `Ctrl-a` to the shell
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user