Any way to go to the change from a commit's commit view #1237
-
The commit view is nice, where I can see all the changes, but many a times, I have to go to that change, to study it, see other Is there any way to open the file with the cursor on that change? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There isn't, but it should be pretty doable to open the buffer in a read-only context.. not sure about editing it further, though. You could check out the commit from that buffer ( |
Beta Was this translation helpful? Give feedback.
There isn't, but it should be pretty doable to open the buffer in a read-only context.. not sure about editing it further, though. You could check out the commit from that buffer (
bb
and choose the sha) and modify that, though.