Move caret position by hint.
Global Variables
- let g:caret_hint_key = 'c'
- Hint mode key.
Move caret position to the head of selected element.
- let g:caret_hint_tail_key = 'C'
- Hint mode key.
Move caret position to the tail of selected element.
- let g:caret_hint_select_key = '' (default: disabled)
- Hint mode key.
Move caret position to the head of selected element, and select.
- let g:caret_hint_select_tail_key = 'S'
- Hint mode key.
Move caret position to the tail of selected element, and select.
- let g:caret_hint_swap_key = 's'
- The key mapping for Visual-mode.
Swap caret position head to tail.
If apply empty string ('') to these variables, these mapping or mode are not enabled.
Global Variables 2
- let g:caret_hint_xpath = '//*'
- The XPath for hint-mode selection.