Rational-Curiosity

Results 5 issues of Rational-Curiosity

Not only symbols can be found in key bindings.

## Expected behavior Same [#630](https://github.com/Fuco1/smartparens/issues/630) but with **sp-backward-kill-sexp**: > (foo) (bar) | -> (foo) | -> | C-y > (foo) (bar) ## Actual behavior > (foo) (bar) | -> (foo)...

Config: [.config/nvim](https://github.com/Rational-Curiosity/.config/tree/main/nvim) NVIM Versión: v0.9.0-dev-829+gaec4b476c Virtual text suggestion between [], cursor |: ``` fn factorial_recursive (n: u64) -> u64 { match n { 0 => 1, _ => n *...

> From reproducing in emacs, our current behavior matches that in emacs. For non-repeating TODO, nothing is logged, for repeating it is logged and for repeating with org-log-into-drawer set, it...

Example of tmux regexp capturing quotes: ``` set-option -g @thumbs-regexp-1 "(?:^|[^\\\\])(\"(?:\\\\\"|[^\"\n])*[^\\\\\n]\"|'(?:\\\\'|[^'\n])*[^\\\\\n]'|`(?:\\\\`|[^`\n])*[^\\\\\n]`)" ```