Add tmux
This commit is contained in:
		
							
								
								
									
										18
									
								
								.tmux.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.tmux.conf
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
set -s escape-time 0
 | 
			
		||||
set -g mouse on
 | 
			
		||||
 | 
			
		||||
set -g status-keys vi
 | 
			
		||||
set -g mode-keys vi
 | 
			
		||||
 | 
			
		||||
# Reset bindings without the repeat time
 | 
			
		||||
bind-key Left select-pane -L
 | 
			
		||||
bind-key Right select-pane -R
 | 
			
		||||
bind-key Up select-pane -U
 | 
			
		||||
bind-key Down select-pane -D
 | 
			
		||||
 | 
			
		||||
# List of plugins
 | 
			
		||||
set -g @plugin 'tmux-plugins/tpm'
 | 
			
		||||
set -g @plugin 'tmux-plugins/tmux-sensible'
 | 
			
		||||
set -g @plugin "arcticicestudio/nord-tmux"
 | 
			
		||||
 | 
			
		||||
run '~/.tmux/plugins/tpm/tpm'
 | 
			
		||||
		Reference in New Issue
	
	Block a user