Is it possible to bind C-f and C-b to yasnippet's next-field and prev-field functions only when currently inside of a snippet expansion? I've tried looking for something like a yas-snippet-map
. yas-minor-mode-map
won't work because it'll remap C-f and C-b whenever I have yas enabled.
Any ideas?
Thank you in advance.