Skip to content

Commit 96b6c19

Browse files
committed
Use kbd tags in README
1 parent 7191b3b commit 96b6c19

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ _**Normal mode**_
6060
Keys | Description
6161
--- | ---
6262
<kbd>q</kbd> | Quit
63-
<kbd>↓</kbd>/<kbd>j</kbd>, <kbd>↑</kbd>/<kbd>k</kbd>, <kbd>←</kbd>/<kbd>h</kbd>, <kbd>→</kbd>/<kbd>l</kbd> | Navigate
63+
<kbd>↓</kbd> / <kbd>j</kbd>, <kbd>↑</kbd> / <kbd>k</kbd>, <kbd>←</kbd> / <kbd>h</kbd>, <kbd>→</kbd> / <kbd>l</kbd> | Navigate
6464
<kbd>~</kbd> | Go to home directory
65-
<kbd>←</kbd>/<kbd>b</kbd>/<kbd>Backspace</kbd> | Go to parent directory
66-
<kbd>→</kbd>/<kbd>f</kbd>/<kbd>l</kbd>/<kbd>Enter</kbd> | Open the selected file using the default application configured in your environment, or navigate to the selected directory
65+
<kbd>←</kbd> / <kbd>b</kbd> / <kbd>Backspace</kbd> | Go to parent directory
66+
<kbd>→</kbd> / <kbd>f</kbd> / <kbd>l</kbd> / <kbd>Enter</kbd> | Open the selected file using the default application configured in your environment, or navigate to the selected directory
6767
<kbd>o</kbd> | Open the selected file using the program configured by: `templates.open_selected_file`
68-
<kbd>Home</kbd>/<kbd>g</kbd>/<kbd>^</kbd> | Select first row
69-
<kbd>End</kbd>/<kbd>G</kbd>/<kbd>$</kbd> | Select last row
68+
<kbd>Home</kbd> / <kbd>g</kbd> / <kbd>^</kbd> | Select first row
69+
<kbd>End</kbd> / <kbd>G</kbd> / <kbd>$</kbd> | Select last row
7070
<kbd>z</kbd> | Select middle of visible rows
71-
<kbd>Ctrl</kbd>+<kbd>f</kbd>/<kbd>Ctrl</kbd>+<kbd>d</kbd>/<kbd>PgDn</kbd> | Scroll down one page
72-
<kbd>Ctrl</kbd>+<kbd>b</kbd>/<kbd>Ctrl</kbd>+<kbd>u</kbd>/<kbd>PgUp</kbd> | Scroll up one page
71+
<kbd>Ctrl</kbd>+<kbd>f</kbd> / <kbd>Ctrl</kbd>+<kbd>d</kbd> / <kbd>PgDn</kbd> | Scroll down one page
72+
<kbd>Ctrl</kbd>+<kbd>b</kbd> / <kbd>Ctrl</kbd>+<kbd>u</kbd> / <kbd>PgUp</kbd> | Scroll up one page
7373
<kbd>Delete</kbd> | Delete the selected file or directory
74-
<kbd>/</kbd> | Filter by name
75-
<kbd>Ctrl</kbd>+<kbd>r</kbd>/<kbd>F5</kbd> | Refresh the current directory
76-
<kbd>r</kbd>/<kbd>F2</kbd> | Rename the selected file or directory
74+
<kbd> / </kbd> | Filter by name
75+
<kbd>Ctrl</kbd>+<kbd>r</kbd> / <kbd>F5</kbd> | Refresh the current directory
76+
<kbd>r</kbd> / <kbd>F2</kbd> | Rename the selected file or directory
7777
<kbd>w</kbd> | Open a new `filectrl` window in the terminal configured by: `templates.open_new_window`
7878
<kbd>t</kbd> | Open the current directory in the program configured by: `templates.open_current_directory`
7979
<kbd>a</kbd>, <kbd>c</kbd>, <kbd>p</kbd> | Clear alerts, clipboard content, or progress bars
@@ -87,15 +87,15 @@ Keys | Description
8787
--- | ---
8888
<kbd>Esc</kbd> | Cancel and exit filtering/renaming mode
8989
<kbd>Enter</kbd> | Submit your input and exit filtering/renaming mode
90-
<kbd>←</kbd>/<kbd>→</kbd> | Move cursor
91-
<kbd>Ctrl</kbd>+<kbd>←</kbd>/<kbd>Ctrl</kbd>+<kbd>→</kbd> | Move cursor by word (delimited by whitespaces or punctuation)
92-
<kbd>Home</kbd>/<kbd>End</kbd> | Move cursor to beginning/end of line
93-
<kbd>Shift</kbd>+<kbd>←</kbd>/<kbd>Shift</kbd>+<kbd>→</kbd> | Select text
94-
<kbd>Shift</kbd>+<kbd>Home</kbd>/<kbd>Shift</kbd>+<kbd>End</kbd> | Select to beginning/end of line
95-
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>←</kbd>/<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>→</kbd> | Select by word (delimited by whitespaces or punctuation)
90+
<kbd>←</kbd> / <kbd>→</kbd> | Move cursor
91+
<kbd>Ctrl</kbd>+<kbd>←</kbd> / <kbd>Ctrl</kbd>+<kbd>→</kbd> | Move cursor by word (delimited by whitespaces or punctuation)
92+
<kbd>Home</kbd> / <kbd>End</kbd> | Move cursor to beginning/end of line
93+
<kbd>Shift</kbd>+<kbd>←</kbd> / <kbd>Shift</kbd>+<kbd>→</kbd> | Select text
94+
<kbd>Shift</kbd>+<kbd>Home</kbd> / <kbd>Shift</kbd>+<kbd>End</kbd> | Select to beginning/end of line
95+
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>←</kbd> / <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>→</kbd> | Select by word (delimited by whitespaces or punctuation)
9696
<kbd>Ctrl</kbd>+<kbd>a</kbd> | Select all
9797
<kbd>Ctrl</kbd>+<kbd>c</kbd>, <kbd>Ctrl</kbd>+<kbd>x</kbd>, <kbd>Ctrl</kbd>+<kbd>v</kbd> | Copy/Cut/Paste text
98-
<kbd>Backspace</kbd>/<kbd>Delete</kbd> | Delete character before/after cursor
98+
<kbd>Backspace</kbd> / <kbd>Delete</kbd> | Delete character before/after cursor
9999

100100
## Configuration
101101

0 commit comments

Comments
 (0)