update README formatting
This commit is contained in:
parent
da9eb32e36
commit
e7744c8e9a
22
README.md
22
README.md
@ -13,7 +13,7 @@ Do you use `git difftool` to review changes before making a commit? The problem
|
|||||||
|
|
||||||
chmod +x ~/bin/vimtabdiff.py
|
chmod +x ~/bin/vimtabdiff.py
|
||||||
|
|
||||||
You may need to add `~/bin` to your PATH variable if not already done. See [here](needed://wiki.archlinux.org/title/Environment_variables#Per_user) for help
|
You may need to add `~/bin` to your PATH variable if not already done. See [here](needed://wiki.archlinux.org/title/Environment_variables#Per_user) for help.
|
||||||
👍 this [issue](https://github.com/balki/vimtabdiff/issues/1) for `pip install` support
|
👍 this [issue](https://github.com/balki/vimtabdiff/issues/1) for `pip install` support
|
||||||
|
|
||||||
|
|
||||||
@ -37,16 +37,16 @@ You may need to add `~/bin` to your PATH variable if not already done. See [here
|
|||||||
|
|
||||||
## Relevant vim tips
|
## Relevant vim tips
|
||||||
|
|
||||||
`gt` → Go to next tab
|
* `gt` → Go to next tab
|
||||||
`gT` → Go to previous tab
|
* `gT` → Go to previous tab
|
||||||
`:tabr` → Go to first tab
|
* `:tabr` → Go to first tab
|
||||||
`:drop filenam<Tab>` → Go to the tab with filename
|
* `:drop filenam<Tab>` → Go to the tab with filename
|
||||||
`g<Tab>` → Go to last used tab (Works in vim version > 8.2.1401)
|
* `g<Tab>` → Go to last used tab (Works in vim version > 8.2.1401)
|
||||||
`set mouse` → Now clicking on a tab works
|
* `set mouse` → Now clicking on a tab works
|
||||||
`]c` → Go to next diff hunk
|
* `]c` → Go to next diff hunk
|
||||||
`[c` → Go to previous diff hunk
|
* `[c` → Go to previous diff hunk
|
||||||
`do`, `dp` → Diff obtain, Diff put
|
* `do`, `dp` → Diff obtain, Diff put
|
||||||
`zo`, `zc`, `zR` → Fold open, Fold close, open all folds
|
* `zo`, `zc`, `zR` → Fold open, Fold close, open all folds
|
||||||
|
|
||||||
# See Git diffs
|
# See Git diffs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user