diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-03-17 11:09:19 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-03-17 11:09:19 +0800 |
| commit | 7dc53b40976a528d55b3f7a50741313f9a1e239a (patch) | |
| tree | 59d60c427434e839694b302fbb8e245669744d43 | |
| parent | 311d5ca9a78720ba5af76defc652285c86631bc0 (diff) | |
Update
| -rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -224,8 +224,8 @@ bind blob m >tig --follow -- %(file) | |||
| 224 | 224 | ||
| 225 | # }}} | 225 | # }}} |
| 226 | # status view {{{ | 226 | # status view {{{ |
| 227 | bind status j :/^[MCADRUT?] | 227 | bind status j :/^[MADRT?] |
| 228 | bind status k :?^[MCADRUT?] | 228 | bind status k :?^[MADRT?] |
| 229 | 229 | ||
| 230 | # use vscode to edit a file | 230 | # use vscode to edit a file |
| 231 | bind status E !>code %(file) | 231 | bind status E !>code %(file) |