Feature/begin end #3

Merged
lohhiiccc merged 6 commits from feature/begin-end into main 2025-08-21 15:26:13 +00:00
Showing only changes of commit 0e688387b9 - Show all commits

View file

@ -45,7 +45,7 @@ if !exists('g:singlechar_prompt')
g:singlechar_prompt = 'Press the character to insert - Press Esc to cancel...'
endif
#Toggle off static cursor
# Enable/disable static cursor feature
if !exists('g:singlechar_static_cursor')
g:singlechar_static_cursor = 0
endif