diff options
author | Liam Mulhall <60749003+muedli@users.noreply.github.com> | 2020-08-01 14:44:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 14:44:50 -0600 |
commit | 149697c3671a36dbb51932dee01acae89929ea40 (patch) | |
tree | 0eeed6c93b3f7999afc8594457a3ffee858ac905 | |
parent | 6e3cb8ae82d676e831b448903c4d68a10a3c0ec5 (diff) |
Fixing a small grammatical error.
-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 |