mirror of
				https://github.com/dcarrillo/dotfiles.git
				synced 2025-10-31 18:09:07 +00:00 
			
		
		
		
	[fzf] Change default colors
This commit is contained in:
		
							
								
								
									
										5
									
								
								.zshrc
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								.zshrc
									
									
									
									
									
								
							| @@ -102,7 +102,10 @@ kexec () { | ||||
| } | ||||
|  | ||||
| export FZF_DEFAULT_COMMAND="fd --type f --follow -I" | ||||
| export FZF_DEFAULT_OPTS="-m --reverse --bind 'ctrl-o:execute(xdg-open {})+abort,ctrl-e:execute({})+abort,ctrl-y:execute(echo {} | xclip -selection clipboard -in)+abort'" | ||||
| export FZF_DEFAULT_OPTS="-m --reverse \ | ||||
|                         --color 'info:#00AAFF,prompt:#FFFFFF,pointer:#00AAFF,hl:#1AE51A,hl+:#1AE51A' \ | ||||
|                         --tabstop=4 \ | ||||
|                         --bind 'ctrl-o:execute(xdg-open {})+abort,ctrl-e:execute({})+abort,ctrl-y:execute(echo {} | xclip -selection clipboard -in)+abort'" | ||||
| export FZF_CTRL_T_OPTS="--no-height --preview '[[ \$(file --mime {}) =~ binary ]] && echo {} is a binary file || pygmentize {} 2> /dev/null | head -500'" | ||||
| export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user