aboutsummaryrefslogtreecommitdiff
path: root/.functions
AgeCommit message (Collapse)Author
2023-01-21Make open command as binaryGuangxiong Lin
2022-03-20Remove magit function (emacs)Guangxiong Lin
2022-02-23Update magit alias to functionGuangxiong Lin
2022-01-23Add function and alias to help code reviewGuangxiong Lin
Add following aliases: - gmf: Show the changed files from base branch to current branch - gmfn: Similar to gmfn, but only contains the name of changed files Add a function: - greview: Open all changed files in vim. Map <leader>gd to show the diff between base branch and current branch.
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.
2022-01-05Add open function based on xdg-openGuangxiong Lin
2021-09-21Add more fzf related functionsGuangxiong Lin
2021-09-20Add function fcoGuangxiong Lin