tmux colours and fzf update
This commit is contained in:
@@ -25,7 +25,9 @@ if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.3" | bc)" = 1 ]' {
|
|||||||
set -g allow-passthrough on
|
set -g allow-passthrough on
|
||||||
}
|
}
|
||||||
|
|
||||||
set-option -a terminal-features 'xterm-256color:RGB'
|
set-option -ag terminal-features 'xterm-256color:RGB'
|
||||||
|
set -ag terminal-features ",gnome*:RGB"
|
||||||
|
|
||||||
set-option -sg escape-time 10
|
set-option -sg escape-time 10
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
export FZF_DEFAULT_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
|
export FZF_DEFAULT_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
|
||||||
export FZF_CTRL_T_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
|
export FZF_CTRL_T_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/node_modules/*,**/.git/*}'"
|
||||||
export FZF_COMPLETION_TRIGGER='\\'
|
export FZF_COMPLETION_TRIGGER='\\'
|
||||||
|
export FZF_DEFAULT_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/__pycache__/*,**/.npm/*,**/node_modules/*,**/.git/*}'"
|
||||||
|
export FZF_CTRL_T_COMMAND="rg --files --follow --no-ignore-vcs --hidden -g '!{**/__pycache__/*,**/.npm/*,**/node_modules/*,**/.git/*}'"
|
||||||
|
|||||||
Reference in New Issue
Block a user