Browse Source

minor fixes for vimdiff

- signed-off-by: trimstray <trimstray@gmail.com>
pull/96/head
trimstray 4 years ago
parent
commit
0081d91e48
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -1833,12 +1833,12 @@ ___


##### Tool: [vimdiff](http://vimdoc.sourceforge.net/htmldoc/diff.html) ##### Tool: [vimdiff](http://vimdoc.sourceforge.net/htmldoc/diff.html)


##### Highlight the exact differences, based on characters and words
###### Highlight the exact differences, based on characters and words


```bash ```bash
vimdiff file1 file2 vimdiff file1 file2
``` ```
###### Compare two JSON files
###### Compare two JSON files


```bash ```bash
vimdiff <(jq -S . A.json) <(jq -S . B.json) vimdiff <(jq -S . A.json) <(jq -S . B.json)
@@ -1859,7 +1859,7 @@ Usefull `vimdiff` commands:


* `qa` to exit all windows * `qa` to exit all windows
* `:vertical resize 70` to resize window * `:vertical resize 70` to resize window
* Set window width `Ctrl+W [N columns]+(Shift+)<\>`
* set window width `Ctrl+W [N columns]+(Shift+)<\>`


___ ___




Loading…
Cancel
Save