diff options
| -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) |