aboutsummaryrefslogtreecommitdiff
path: root/.fzfrc
AgeCommit message (Collapse)Author
2022-09-26Add fcd command to help quickly switch directoryGuangxiong Lin
2022-09-11More fzf functionsGuangxiong Lin
2022-04-18Bind select-all in fzfGuangxiong Lin
2022-03-27Ignore .cache folder in fzfGuangxiong Lin
2022-03-27Bind easymotion in fzfGuangxiong Lin
2022-03-26Update fzf configGuangxiong Lin
2022-01-22Set FZF_CTRL_T_COMMANDGuangxiong Lin
Set the FZF_CTRL_TCOMMAND as FZF_DEFAULT_COMMAND. Otherwise, the default ctrl t command will not show the hidden file.
2022-01-22Add fzf configGuangxiong Lin
The fzf config is splited into .env and .functions before. It will be hard to remove the config of fzf when I want to replace fzf with other finder (e.g. skim). I place all config related to .fzfrc now. Besides, I add the config to load fzf completion and key bindings.