diff options
author | typebrook <typebrook@gmail.com> | 2020-03-08 11:42:11 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-08 11:42:11 +0800 |
commit | 00baba04c37ad1946ddeeec7bf80bc8e0582e57f (patch) | |
tree | 94b0c9e13c05b2c809dfc714a9206f5e1c5c27aa | |
parent | 3fc82e287dded0a77c0ce6a6356050b7814956e2 (diff) |
update
-rw-r--r-- | alias | 2 | ||||
-rw-r--r-- | tigrc | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -268,7 +268,7 @@ alias cdS='cd ~/git/StreetComplete' | |||
268 | alias cdW='cd ~/git/geoBingAnWeb' | 268 | alias cdW='cd ~/git/geoBingAnWeb' |
269 | alias cdT='cd ~/git/taiwan-topo' | 269 | alias cdT='cd ~/git/taiwan-topo' |
270 | alias cdand='cd ~/git/sample' | 270 | alias cdand='cd ~/git/sample' |
271 | alias cdm='cd ~/git/tilemaker' | 271 | alias cdm='cd ~/git/mapstew' |
272 | alias stew='cd ~/git/mapstew' | 272 | alias stew='cd ~/git/mapstew' |
273 | 273 | ||
274 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' | 274 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' |
@@ -217,8 +217,8 @@ bind blob m >tig --follow -- %(file) | |||
217 | #==================== | 217 | #==================== |
218 | # status view | 218 | # status view |
219 | #==================== | 219 | #==================== |
220 | bind status j :/^[MADRUT?] | 220 | bind status j :/^[MCADRUT?] |
221 | bind status k :?^[MADRUT?] | 221 | bind status k :?^[MCADRUT?] |
222 | 222 | ||
223 | # update index | 223 | # update index |
224 | bind status A @git add . | 224 | bind status A @git add . |