Cleaned up scripts folder and moved some stuff
This commit is contained in:
parent
3abc0fb48e
commit
4ac17b2e0b
33 changed files with 42 additions and 142 deletions
|
@ -18,6 +18,7 @@ export GOPATH=~/.bin/go
|
|||
|
||||
# fzf settings
|
||||
export FZF_DEFAULT_COMMAND='rg --files --hidden 2>/dev/null'
|
||||
export FZF_DEFAULT_OPTS='-m --bind ctrl-a:select-all,ctrl-d:deselect-all,ctrl-t:toggle-all'
|
||||
export FZF_COMPLETION_TRIGGER='**'
|
||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
export FZF_CTRL_T_OPTS='--preview "/usr/bin/cat {} | nvimpager -c "'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue