Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-01-23 | Add difftool keybinds in tig config | Guangxiong 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. | |||
2022-01-22 | Set FZF_CTRL_T_COMMAND | Guangxiong Lin | |
Set the FZF_CTRL_TCOMMAND as FZF_DEFAULT_COMMAND. Otherwise, the default ctrl t command will not show the hidden file. | |||
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-22 | Add tig config | Guangxiong Lin | |
2022-01-22 | Add vim package vim-flog | Guangxiong Lin | |
2022-01-19 | Autostart clipmenud | Guangxiong Lin | |
2022-01-19 | Update newsboat config | Guangxiong Lin | |
2022-01-17 | Update newsboat config | Guangxiong Lin | |
2022-01-16 | Show read feeds in newsboat | Guangxiong Lin | |
2022-01-15 | Update mime scripts | Guangxiong Lin | |
2022-01-15 | Add vim package smartim | Guangxiong Lin | |
2022-01-15 | Add fcitx.vim package | Guangxiong Lin | |
2022-01-14 | Update image mime | Guangxiong Lin | |
2022-01-14 | Update fzf.vim keymap | Guangxiong Lin | |
2022-01-14 | Add org.vim into vim packages | Guangxiong Lin | |
2022-01-14 | Add feedlist highlight of newsboat | Guangxiong Lin | |
2022-01-08 | Merge remote-tracking branch 'origin/master' | Guangxiong Lin | |
2022-01-08 | Add alacritty config file | Guangxiong Lin | |
2022-01-05 | Add open function based on xdg-open | Guangxiong Lin | |
2022-01-04 | Update z.sh config in zshrc | Guangxiong Lin | |
2022-01-04 | Alias xdg-open as open | Guangxiong Lin | |
2022-01-04 | Update z.sh config on macOS | Guangxiong Lin | |
2022-01-04 | Merge remote-tracking branch 'origin/master' | Guangxiong Lin | |
2022-01-04 | Update i3 status separator symbol | Guangxiong Lin | |
2022-01-04 | Add volumn into i3 status | Guangxiong Lin | |
2022-01-01 | Add z config in macos | Guangxiong Lin | |
2021-12-26 | Add ycm command RefactorRename | Guangxiong Lin | |
2021-12-26 | Update org mode warning days and remove prefix | Guangxiong Lin | |
2021-12-25 | Update i3 screenshot keybind | Guangxiong Lin | |
2021-12-25 | Set udiskie to automount usb drive | Guangxiong Lin | |
2021-12-25 | Set default image viewer | Guangxiong Lin | |
2021-12-25 | Update backup scripts | Guangxiong Lin | |
2021-12-25 | Update vim plugin | Guangxiong Lin | |