diff options
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | tigrc | 12 |
2 files changed, 9 insertions, 4 deletions
@@ -144,6 +144,7 @@ alias tma='tmux a' | |||
144 | 144 | ||
145 | # tmp | 145 | # tmp |
146 | alias cdo='cd ~/git/openmaptiles' | 146 | alias cdo='cd ~/git/openmaptiles' |
147 | alias cdoo='cd ~/git/openmaptiles/styles/outdoor' | ||
147 | alias cdS='cd ~/git/StreetComplete' | 148 | alias cdS='cd ~/git/StreetComplete' |
148 | alias and='cd ~/git/geoBingAn.Android' | 149 | alias and='cd ~/git/geoBingAn.Android' |
149 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | 150 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' |
@@ -121,12 +121,13 @@ bind main Tp ?git push --tags | |||
121 | bind main pt ?git push %(remote) %(tag) | 121 | bind main pt ?git push %(remote) %(tag) |
122 | bind main TTd @git tag -d %(tag) | 122 | bind main TTd @git tag -d %(tag) |
123 | 123 | ||
124 | # android | 124 | # submodule |
125 | bind main <C-B> !sh scripts/bump_version.sh | 125 | bind main Su ?>git submodule update |
126 | bind main Si ?>git submodule init | ||
126 | 127 | ||
127 | # make patches | 128 | # make patches |
128 | bind main S ?>git format-patch -1 %(commit) | 129 | bind main ZZ ?>git format-patch %(commit) |
129 | bind main <C-S> ?>git format-patch %(commit) | 130 | bind main Z1 ?>git format-patch -1 %(commit) |
130 | 131 | ||
131 | # show diff based on revision | 132 | # show diff based on revision |
132 | bind main . >sh -c "git diff %(commit) | tig" | 133 | bind main . >sh -c "git diff %(commit) | tig" |
@@ -136,6 +137,9 @@ bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" | |||
136 | bind main i @hub browse -- commit/%(commit) | 137 | bind main i @hub browse -- commit/%(commit) |
137 | bind main I >sh -c "hub issue | tig" | 138 | bind main I >sh -c "hub issue | tig" |
138 | 139 | ||
140 | # android | ||
141 | bind main <C-B> !sh scripts/bump_version.sh | ||
142 | |||
139 | # note | 143 | # note |
140 | #bind generic gnn !git notes edit %(commit) | 144 | #bind generic gnn !git notes edit %(commit) |
141 | #bind generic gnr !git notes remove %(commit) | 145 | #bind generic gnr !git notes remove %(commit) |