diff options
author | typebrook <typebrook@gmail.com> | 2019-04-17 10:35:44 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-17 10:35:44 +0800 |
commit | 338f75795f5a94e172d6ed6df0c587f8496deaf6 (patch) | |
tree | 1c0bf18a0804f70aa235d86245d8277155206a69 | |
parent | 35b47536ec56e54c0de5751e56691ea0404e7981 (diff) |
update
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | tigrc | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ alias vv='vim ~/vimwiki/index.wiki' | |||
12 | alias vr='vim -R' | 12 | alias vr='vim -R' |
13 | alias cdv='cd ~/.vim_runtime' | 13 | alias cdv='cd ~/.vim_runtime' |
14 | alias cdw='cd ~/vimwiki' | 14 | alias cdw='cd ~/vimwiki' |
15 | alias cdm='cd ~/Music' | ||
15 | 16 | ||
16 | # shell | 17 | # shell |
17 | alias ll='ls -alh' | 18 | alias ll='ls -alh' |
@@ -114,7 +114,7 @@ bind main Tp ?git push --tags | |||
114 | bind main gdt @git tag -d %(tag) | 114 | bind main gdt @git tag -d %(tag) |
115 | 115 | ||
116 | # android | 116 | # android |
117 | bind main <Esc>b !sh scripts/bump_version.sh | 117 | bind main <C-B> !sh scripts/bump_version.sh |
118 | 118 | ||
119 | # make patches | 119 | # make patches |
120 | bind main S ?>git format-patch -1 %(commit) | 120 | bind main S ?>git format-patch -1 %(commit) |