Skip to content

Commit 79a8188

Browse files
authored
Fix typo (#312)
1 parent 75cb223 commit 79a8188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ highlight NvimTreeFolderIcon guibg=blue
106106
- type `d` to delete a file (will prompt for confirmation)
107107
- type `]c` to go to next git item
108108
- type `[c` to go to prev git item
109-
- type '-' to naviate up to the parent directory of the current file/directory
109+
- type `-` to navigate up to the parent directory of the current file/directory
110110
- if the file is a directory, `<CR>` will open the directory otherwise it will open the file in the buffer near the tree
111111
- if the file is a symlink, `<CR>` will follow the symlink (if the target is a file)
112112
- `<C-v>` will open the file in a vertical split

0 commit comments

Comments
 (0)