emacs - Viper mode in all modes -
I am going from vi to emacs and, using viper and vimpulse, when i cw cw
can not return to the original one with a single window and with the same order because another buffer, which can be a support buffer, is not in wopar mode. How can I fix this?
I tried to add other methods in the wiper configuration and started them with hip via snake mode by default:
(Viper-vi- State-mode-list 'help-mode' (ad-hook 'help-mode (lambda () (setic wiper-mode t)))
But none of these commands actually works In the first one generated the following error:
Warning (initialization): `/home/konrad/.emacs.d/init.el 'There was an error while loading: Wrong type Error: In addition to symbolp, (elemental-mode ...
Cw Cw
, I also recall due to not being able to navigate using hjkl. There is no way to re-use the keybindings determined by the virus, instead of rebooting them for each mode?
The error is because you have the variable viper-vi-state-mode-list
as such:
(add-to-list 'viper-vi -state-mode-list 'help-mode)
Not that you 'viper-vi-state-mode-list
Why do you need to quote.
However, the problem for me is not resolved, that is how I wanted to work CW Cw :
(Defined-key help-mode-map (kbd "Cw CW") 'Vimpulse-cycle-windows'
Comments
Post a Comment