summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike JS. Choi <mkchoi212@icloud.com>2019-05-23 11:36:40 -0500
committerGitHub <noreply@github.com>2019-05-23 11:36:40 -0500
commitb1d27a166d0f5abea837d68025eda9419ae962d8 (patch)
treebfbbc16fd33e5dc10a4e6d79332836622317f9de
parent024a9a92b33c2ca19953ee0a21501323038ceef1 (diff)
parente9e90cd90417b460d3450d589f65681d325cde1b (diff)
Merge pull request #47 from shilangyu/pretty-binds
prettified the markdown keybinds
-rw-r--r--README.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index 4f6cd5a..0ac845c 100644
--- a/README.md
+++ b/README.md
@@ -43,23 +43,22 @@ brew install fac
The commands have been preset to the following specifications
-```
-w - show more lines up
-s - show more lines down
-a - use local version
-d - use incoming version
-e - manually edit code
-
-j - scroll down
-k - scroll up
-
-v - [v]iew orientation
-n - [n]ext conflict
-p - [p]revious conflict
-
-h | ? - [h]elp
-q | Ctrl+c - [q]uit
+| Keybinding | Description |
+| ------------------------------- | -------------------- |
+| <kbd>w</kbd> | show more lines up |
+| <kbd>s</kbd> | show more lines down |
+| <kbd>a</kbd> | use local version |
+| <kbd>d</kbd> | use incoming version |
+| <kbd>e</kbd> | manually edit code |
+| <kbd>j</kbd> | scroll down |
+| <kbd>k</kbd> | scroll up |
+| <kbd>v</kbd> | [v]iew orientation |
+| <kbd>n</kbd> | [n]ext conflict |
+| <kbd>p</kbd> | [p]revious conflict |
+| <kbd>h</kbd>, <kbd>?</kbd> | [h]elp |
+| <kbd>q</kbd>, <kbd>Ctrl+c</kbd> | [q]uit |
+```
[w,a,s,d,?] >> [INPUT HERE]
```
@@ -77,4 +76,5 @@ This is an open source project so feel free to contribute by
- Or [tweet](https://twitter.com/Bananamlkshake2) at me!
## 👮 License
+
See [License](./LICENSE)