diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 10:15:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 10:15:43 +0900 |
commit | 73b92dd1fc09d43f0d23e9ab9a37a7b224e2f5ae (patch) | |
tree | 0eeed6c93b3f7999afc8594457a3ffee858ac905 /docs | |
parent | 6e3cb8ae82d676e831b448903c4d68a10a3c0ec5 (diff) | |
parent | 149697c3671a36dbb51932dee01acae89929ea40 (diff) |
Merge pull request #781 from muedli/patch-1
Fixing a small grammatical error.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/keymaps.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keymaps.md b/docs/keymaps.md index 504a093..132f859 100644 --- a/docs/keymaps.md +++ b/docs/keymaps.md @@ -35,7 +35,7 @@ numeric marks (`[A-Z0-9]`) store the position and the tab. - <kbd>d</kbd>: delete the current tab and select the tab to its right - <kbd>D</kbd>: delete the current tab and select the tab to its left - <kbd>!</kbd><kbd>d</kbd>: delete a pinned tab -- <kbd>u</kbd>: reopen a close tab +- <kbd>u</kbd>: reopen a closed tab - <kbd>r</kbd>: reload the current tab - <kbd>R</kbd>: reload the current tab, bypassing the cache - <kbd>K</kbd> or <kbd>g</kbd><kbd>T</kbd>: select the previous tab |