Skip to content

Commit

Permalink
Update wording: Use 'local/remote version' instead of 'left/right scr…
Browse files Browse the repository at this point in the history
…een'
  • Loading branch information
leonklingele committed Jan 2, 2018
1 parent fa87656 commit f3b8a5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ The commands have been preset to the following specifications
```
w - show more lines up
s - show more lines down
a - select left screen
d - select right screen
a - use local version
d - use incoming version
j - scroll down
k - scroll up
Expand Down
8 changes: 4 additions & 4 deletions summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ func printHelp(v *gocui.View) {
instruction := `
w - show more lines up
s - show more lines down
a - select left screen
d - select right screen
a - use local version
d - use incoming version
j - scroll down
k - scroll up
v - [v]iew orientation
v - [v]iew orientation
n - [n]ext conflict
p - [p]revious conflict
p - [p]revious conflict
h | ? - [h]elp
q | Ctrl+c - [q]uit
Expand Down

0 comments on commit f3b8a5c

Please sign in to comment.