tmux: explicitly enable vi key mode on startup
This commit is contained in:
		@@ -23,5 +23,8 @@ bind l select-pane -R
 | 
				
			|||||||
# Terminal appearance
 | 
					# Terminal appearance
 | 
				
			||||||
set -g default-terminal "xterm-256color"
 | 
					set -g default-terminal "xterm-256color"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Explicitly set vi key bindings
 | 
				
			||||||
 | 
					set-window-option -g mode-keys vi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Keep this line at the very bottom
 | 
					# Keep this line at the very bottom
 | 
				
			||||||
run '~/.config/tmux/plugins/tpm/tpm'
 | 
					run '~/.config/tmux/plugins/tpm/tpm'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user