specs.nvim
specs.nvim copied to clipboard
Finding loosed cursor - #new-functional
I need new functionality for finding loosed cursor (in MacOs's iTerm it's would be s command+/ analog):
Something like imap or nmap <S-/> exe "au! CursorMoved * :lua require('specs').on_cursor_moved()" didn't work.