Kyle

Results 3 issues of Kyle

I set four mappings in vim as bellow: ``` python nmap wn GoldenViewNext nmap wp GoldenViewPrevious nmap tn :tabn nmap tp :tabp ``` I expect `tn` and `tp` switch between...

fix the markdown link.

I can not jump in nvim with `%` as the way in vim. The bellow is the demo code: ```shell curl -fsS -X POST https://api.perplexity.ai/chat/completions \ -H "authorization: Bearer $PERPLEXITY_API_KEY"...