mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-25 13:00:09 +01:00
plugins/nvim-docs-view: fix default mappings (#675)
This commit is contained in:
parent
08be38ab06
commit
3bf7abd6c9
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ in {
|
|||
};
|
||||
|
||||
mappings = {
|
||||
viewToggle = mkMappingOption "Open or close the docs view panel" "lvt";
|
||||
viewUpdate = mkMappingOption "Manually update the docs view panel" "lvu";
|
||||
viewToggle = mkMappingOption "Open or close the docs view panel" "<leader>lvt";
|
||||
viewUpdate = mkMappingOption "Manually update the docs view panel" "<leader>lvu";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue