Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-21 | Make open command as binary | Guangxiong Lin | |
2022-03-20 | Remove magit function (emacs) | Guangxiong Lin | |
2022-02-23 | Update magit alias to function | Guangxiong Lin | |
2022-01-23 | Add function and alias to help code review | Guangxiong 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-22 | Add fzf config | Guangxiong 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-05 | Add open function based on xdg-open | Guangxiong Lin | |
2021-09-21 | Add more fzf related functions | Guangxiong Lin | |
2021-09-20 | Add function fco | Guangxiong Lin | |