Replace fzf-switch plugin by zap
This commit is contained in:
		
							parent
							
								
									0440fea3f2
								
							
						
					
					
						commit
						7c6eafe3cd
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -111,13 +111,15 @@ bind-key M-4 send-keys "$FAVORITE_COMMAND4"
 | 
			
		|||
unbind r
 | 
			
		||||
bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!"
 | 
			
		||||
 | 
			
		||||
# plugin fzf-session-switch
 | 
			
		||||
set -g @fzf-goto-session 's'
 | 
			
		||||
# plugin zap
 | 
			
		||||
set -g @zap_key 's'              # default: 'z'
 | 
			
		||||
set -g @zap_width '50%'          # default: '60%'
 | 
			
		||||
set -g @zap_height '40%'         # default: '60%'
 | 
			
		||||
 | 
			
		||||
# Plugins
 | 
			
		||||
set -g @plugin 'tmux-plugins/tpm'
 | 
			
		||||
set -g @plugin "arcticicestudio/nord-tmux"
 | 
			
		||||
set -g @plugin "brokenricefilms/tmux-fzf-session-switch"
 | 
			
		||||
set -g @plugin 'AleckAstan/tmux-zap'
 | 
			
		||||
 | 
			
		||||
# run tpm
 | 
			
		||||
run -b '~/.tmux/plugins/tpm/tpm'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue