aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-27Ensure rg (emacs)Guangxiong Lin
2022-02-27Add config of deft (emacs)Guangxiong Lin
2022-02-26Disable clipboard (emacs)Guangxiong Lin
2022-02-25Add O to insert headling in orgmode (emacs)Guangxiong Lin
2022-02-25Add company-mode for c++-mode (emacs)Guangxiong Lin
2022-02-24Add shortcuts in i3wmGuangxiong Lin
2022-02-24Add realgudGuangxiong Lin
2022-02-23Update magit alias to functionGuangxiong Lin
2022-02-23Add org-alert packageGuangxiong Lin
2022-02-23Disable scroll bar in emacsGuangxiong Lin
2022-02-22Update org-roam-dailies keybindsGuangxiong Lin
2022-02-22Add go-dlv emacs packageGuangxiong Lin
2022-02-22Remove useless commentsGuangxiong Lin
2022-02-22Add keybind to toggle heading in orgmodeGuangxiong Lin
2022-02-22Enable org indent mode by defaultGuangxiong Lin
2022-02-22Set emacs auto save directoryGuangxiong Lin
2022-02-22Update emacs org roam configGuangxiong Lin
2022-02-22Update default org roam directoryGuangxiong Lin
2022-02-22Add fontconfigGuangxiong Lin
2022-02-22Add environment variables when launching emacsGuangxiong Lin
2022-02-22Update roam configGuangxiong Lin
2022-02-22Don't show descriptive links in emacsGuangxiong Lin
2022-02-22Update general keybinds in emacsGuangxiong Lin
2022-02-22Add org roam packageGuangxiong Lin
2022-02-22Add emacs pyimGuangxiong Lin
2022-02-22Add rg.elGuangxiong Lin
2022-02-12Update crontab to update wallpaperGuangxiong Lin
2022-02-06Restructure zshrc configGuangxiong Lin
2022-02-06Update $BROWSER variableGuangxiong Lin
2022-02-06Update newsboat to use $BROWSER instead of elinksGuangxiong Lin
2022-02-05Add aliases to diff and grep to display colorGuangxiong Lin
2022-02-05Update pacman aliases and replace yay with paruGuangxiong Lin
2022-02-05Add symbol font in urxvtGuangxiong Lin
2022-02-05Allow to click url in urxvtGuangxiong Lin
2022-02-05Add colorscheme for all XresourcesGuangxiong Lin
2022-02-04Update alias to make ls display with color by defaultGuangxiong Lin
2022-02-04Add Xresources configGuangxiong Lin
2022-02-04Update default terminal as urxvtGuangxiong Lin
2022-02-04Add my custom dmenu_run scriptGuangxiong Lin
2022-02-03Add systemctl related keybind for i3wmGuangxiong Lin
2022-02-03Add default app for directoryGuangxiong Lin
2022-02-03Remove gdscripts ctags configGuangxiong Lin
GDScript is now natively supported by universial ctags.
2022-01-24Update ledger.vim configGuangxiong Lin
Align on commodity and add option (recommended on docs) on running ledger
2022-01-23Update key binds in .tmux.confGuangxiong Lin
The prefix n is used to switch focus on window by default. It is more useful than create new session. So it is set to default macro.
2022-01-23Update difftool rev in .tigrcGuangxiong Lin
The original commands in .tigrc use rev^! which will exclude all of its parents. It mades difftool not work. This commit changes it to rev^- which exclude 1th parent so the diff in difftool will march the diff showed in tig (--diff-merges=first-parent) now.
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-23Add --diff-merges=first-parent in .tigrcGuangxiong Lin
The diff of merge commit in tig only show filenames. Add this options to make diff view show diff related to first parent.
2022-01-23Remove --tool vimdiff in .tigrcGuangxiong Lin
This is to make commands in .tigrc use default difftool in .gitconfig. So it will not influence when I change difftool in the future.
2022-01-23Set vimdiff as default difftoolGuangxiong Lin
2022-01-23Add difftool keybinds in tig configGuangxiong Lin
Add keybinds to call git difftool in tig. Use D in all views to show the diffs of commit/file. Besides, this commit also changes the structure of .tigrc file.