Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-27 | Make scroll smoothly (emacs) | Guangxiong Lin | |
2022-02-27 | Ensure rg (emacs) | Guangxiong Lin | |
2022-02-27 | Add config of deft (emacs) | Guangxiong Lin | |
2022-02-26 | Disable clipboard (emacs) | Guangxiong Lin | |
2022-02-25 | Add O to insert headling in orgmode (emacs) | Guangxiong Lin | |
2022-02-25 | Add company-mode for c++-mode (emacs) | Guangxiong Lin | |
2022-02-24 | Add shortcuts in i3wm | Guangxiong Lin | |
2022-02-24 | Add realgud | Guangxiong Lin | |
2022-02-23 | Update magit alias to function | Guangxiong Lin | |
2022-02-23 | Add org-alert package | Guangxiong Lin | |
2022-02-23 | Disable scroll bar in emacs | Guangxiong Lin | |
2022-02-22 | Update org-roam-dailies keybinds | Guangxiong Lin | |
2022-02-22 | Add go-dlv emacs package | Guangxiong Lin | |
2022-02-22 | Remove useless comments | Guangxiong Lin | |
2022-02-22 | Add keybind to toggle heading in orgmode | Guangxiong Lin | |
2022-02-22 | Enable org indent mode by default | Guangxiong Lin | |
2022-02-22 | Set emacs auto save directory | Guangxiong Lin | |
2022-02-22 | Update emacs org roam config | Guangxiong Lin | |
2022-02-22 | Update default org roam directory | Guangxiong Lin | |
2022-02-22 | Add fontconfig | Guangxiong Lin | |
2022-02-22 | Add environment variables when launching emacs | Guangxiong Lin | |
2022-02-22 | Update roam config | Guangxiong Lin | |
2022-02-22 | Don't show descriptive links in emacs | Guangxiong Lin | |
2022-02-22 | Update general keybinds in emacs | Guangxiong Lin | |
2022-02-22 | Add org roam package | Guangxiong Lin | |
2022-02-22 | Add emacs pyim | Guangxiong Lin | |
2022-02-22 | Add rg.el | Guangxiong Lin | |
2022-02-12 | Update crontab to update wallpaper | Guangxiong Lin | |
2022-02-06 | Restructure zshrc config | Guangxiong Lin | |
2022-02-06 | Update $BROWSER variable | Guangxiong Lin | |
2022-02-06 | Update newsboat to use $BROWSER instead of elinks | Guangxiong Lin | |
2022-02-05 | Add aliases to diff and grep to display color | Guangxiong Lin | |
2022-02-05 | Update pacman aliases and replace yay with paru | Guangxiong Lin | |
2022-02-05 | Add symbol font in urxvt | Guangxiong Lin | |
2022-02-05 | Allow to click url in urxvt | Guangxiong Lin | |
2022-02-05 | Add colorscheme for all Xresources | Guangxiong Lin | |
2022-02-04 | Update alias to make ls display with color by default | Guangxiong Lin | |
2022-02-04 | Add Xresources config | Guangxiong Lin | |
2022-02-04 | Update default terminal as urxvt | Guangxiong Lin | |
2022-02-04 | Add my custom dmenu_run script | Guangxiong Lin | |
2022-02-03 | Add systemctl related keybind for i3wm | Guangxiong Lin | |
2022-02-03 | Add default app for directory | Guangxiong Lin | |
2022-02-03 | Remove gdscripts ctags config | Guangxiong Lin | |
GDScript is now natively supported by universial ctags. | |||
2022-01-24 | Update ledger.vim config | Guangxiong Lin | |
Align on commodity and add option (recommended on docs) on running ledger | |||
2022-01-23 | Update key binds in .tmux.conf | Guangxiong 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-23 | Update difftool rev in .tigrc | Guangxiong 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-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-23 | Add --diff-merges=first-parent in .tigrc | Guangxiong 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-23 | Remove --tool vimdiff in .tigrc | Guangxiong 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-23 | Set vimdiff as default difftool | Guangxiong Lin | |