@@ -254,13 +254,13 @@ Available options:
254
254
| g: navigator_max_height | max_height | ` 20 ` | maximum horizontal window height |
255
255
| g: navigator_min_height | min_height | ` 5 ` | minimal horizontal window height |
256
256
| g: navigator_max_width | max_width | ` 60 ` | maxmum vertical window width |
257
- | g: navigator_max_width | max_width | ` 20 ` | minimal vertical window width |
257
+ | g: navigator_min_width | min_width | ` 20 ` | minimal vertical window width |
258
258
| g: navigator_popup | popup | ` 0 ` | set to 1 to use popup or floatwin if available |
259
259
| g: navigator_popup_position | popup_position | ` 'bottom' ` | can be set to ` 'bottom' ` , ` 'top' ` , and ` 'center' ` |
260
260
| g: navigator_popup_width | popup_width | ` '60%' ` | centered popup window width |
261
- | g: navigator_popup_height | popup_height | ` '40 %' ` | centered popup window height |
261
+ | g: navigator_popup_height | popup_height | ` '20 %' ` | centered popup window height |
262
262
| g: navigator_popup_border | popup_border | ` 1 ` | centered popup window border, set to 0 for borderless window, and 2-4 for unicode border |
263
- | g: navigator_char_display | popup_border | ` {} ` | change display char like ` {'<bar>': '\|', '<bslash>': '\'} ` |
263
+ | g: navigator_char_display | char_display | ` {} ` | change display char like ` {'<bar>': '\|', '<bslash>': '\'} ` |
264
264
265
265
Global options can be directly defined like:
266
266
@@ -275,8 +275,8 @@ let g:my_keymap.config = {
275
275
\ 'icon_separator': '→',
276
276
\ 'popup': 1,
277
277
\ 'popup_position': 'center',
278
- \ 'popup_width': 40 ,
279
- \ 'popup_height': 5 ,
278
+ \ 'popup_width': '60%' ,
279
+ \ 'popup_height': '20%' ,
280
280
\ }
281
281
```
282
282
0 commit comments