Skip to content

Commit

Permalink
Added keybinds in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
X3eRo0 committed Feb 27, 2024
1 parent d8b63d1 commit 009be38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ You can use the following commands to add in your custom keybinds.
| DiredToggleHidden | Toggle the visibility of hidden files |
| DiredToggleSortOrder | Toggle the sorting order of files and directories |
| DiredToggleColors | Toggle the display of colors |
| DiredToggleIcons | Toggle the display of filetype icons |
| DiredToggleHideDetails| Toggle hiding/showing file details |
| DiredQuit | Quit the 'dired' interface |

Expand All @@ -127,6 +128,7 @@ Inside a directory buffer, there are the following keybindings:
| **`c`**| Toggle colors. |
| **`_`**| Move selection up one line. |
| **`,`**| Toggle color display. |
| **`*`**| Toggle filetype icons. |
| **`(`**| Toggle hiding/showing file details. |
| **`q`**| Quit the 'dired' interface. |

Expand All @@ -152,6 +154,7 @@ The default keybinds are given below.
dired_delete_marked = "MD",
dired_toggle_hidden = ".",
dired_toggle_sort_order = ",",
dired_toggle_icons = "*",
dired_toggle_colors = "c",
dired_toggle_hide_details = "(",
dired_quit = "q",
Expand Down

0 comments on commit 009be38

Please sign in to comment.