mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			a7f104e942
			...
			37d044aab0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						37d044aab0
	
				 | 
					
					
						|||
| 
						
						
							
						
						6d0df3bc65
	
				 | 
					
					
						|||
| 
						
						
							
						
						dc6fab9f8a
	
				 | 
					
					
						
@@ -16,6 +16,7 @@ format-offset  = 0
 | 
				
			|||||||
screenchange-reload = true
 | 
					screenchange-reload = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[bar/i3bar]
 | 
					[bar/i3bar]
 | 
				
			||||||
 | 
					monitor = ${env:MONITOR:HDMI-0}
 | 
				
			||||||
dpi  = ${xrdb:Xft.dpi:96}
 | 
					dpi  = ${xrdb:Xft.dpi:96}
 | 
				
			||||||
fixed-center = false
 | 
					fixed-center = false
 | 
				
			||||||
enable-ipc = true
 | 
					enable-ipc = true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -57,7 +57,6 @@ source "$antigen_src"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
antigen bundle zsh-users/zsh-completions
 | 
					antigen bundle zsh-users/zsh-completions
 | 
				
			||||||
antigen bundle zsh-users/zsh-autosuggestions
 | 
					antigen bundle zsh-users/zsh-autosuggestions
 | 
				
			||||||
antigen bundle zsh-users/zsh-history-substring-search
 | 
					 | 
				
			||||||
antigen bundle zsh-users/zsh-syntax-highlighting@feature/redrawhook
 | 
					antigen bundle zsh-users/zsh-syntax-highlighting@feature/redrawhook
 | 
				
			||||||
antigen bundle mafredri/zsh-async
 | 
					antigen bundle mafredri/zsh-async
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -81,8 +80,6 @@ bindkey '^[^[[3^' x-bash-backward-kill-word
 | 
				
			|||||||
bindkey '^[[A' fzf-history-widget                   # Up (fzf)
 | 
					bindkey '^[[A' fzf-history-widget                   # Up (fzf)
 | 
				
			||||||
bindkey '^[[B' fzf-history-widget                   # Down (fzf)
 | 
					bindkey '^[[B' fzf-history-widget                   # Down (fzf)
 | 
				
			||||||
bindkey '^F'   fzf-file-widget                      # Ctrl+F file search (fzf)
 | 
					bindkey '^F'   fzf-file-widget                      # Ctrl+F file search (fzf)
 | 
				
			||||||
bindkey '^[[1;3A' history-substring-search-up       # Alt+Up (hsh)
 | 
					 | 
				
			||||||
bindkey '^[[1;3B' history-substring-search-down     # Alt+Down (hsh)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
bindkey "^V" edit-command-line
 | 
					bindkey "^V" edit-command-line
 | 
				
			||||||
bindkey -M vicmd "^V" edit-command-line
 | 
					bindkey -M vicmd "^V" edit-command-line
 | 
				
			||||||
@@ -98,12 +95,8 @@ bindkey -M vicmd l vi-repeat-search
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ZSH_AUTOSUGGEST_USE_ASYNC=true
 | 
					ZSH_AUTOSUGGEST_USE_ASYNC=true
 | 
				
			||||||
 | 
					ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=128
 | 
				
			||||||
ZSH_AUTOSUGGEST_CLEAR_WIDGETS=("${(@)ZSH_AUTOSUGGEST_CLEAR_WIDGETS:#(up|down)-line-or-history}")
 | 
					ZSH_AUTOSUGGEST_CLEAR_WIDGETS=("${(@)ZSH_AUTOSUGGEST_CLEAR_WIDGETS:#(up|down)-line-or-history}")
 | 
				
			||||||
ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(history-substring-search-up history-substring-search-down)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
HISTORY_SUBSTRING_SEARCH_FUZZY=true
 | 
					 | 
				
			||||||
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true
 | 
					 | 
				
			||||||
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='underline'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
default='fg=12'
 | 
					default='fg=12'
 | 
				
			||||||
prog='fg=blue'
 | 
					prog='fg=blue'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user