Questions tagged [viper-mode]

35 questions
0
votes
1 answer

Emacs tty evil / viper ESC key stand-alone

There are several vim clone packages for Emacs (Evil, Viper..). These packages have a special built in functionality where they remap the Escape key for tty users. I'm not sure how this is done (With a timeout?). I'd like this functionality as well…
user967965
0
votes
1 answer

viper-insert wrong number of arguments error

I have the following function and keybinding in my .viper file: (defun th-change-to-regexp (regexp) (interactive "s") (kill-region (point) (progn (re-search-forward regexp nil nil 1) (- (point)…
Opt
  • 4,774
  • 3
  • 28
  • 28
0
votes
2 answers

viper-auto-indent breaks inferior modes

As a vim convert, I've gotten fairly used to viper mode. One issue that I've discovered, however, is that viper-auto-indent breaks all inferior modes. What happens is when I enter any sort of inferior mode (sql-mode, ess-mode, etc.) and hit Enter,…
user176416
0
votes
1 answer

linum not working on startup with viper mode (emacs)

My .emacs file: ;; viper mode default (setq viper-mode t) (require 'viper) ;; add to load path (add-to-list 'load-path "~/.emacs.d/elisp/") ;; line number (require 'linum) (global-linum-mode 1) (setq linum-format "%4d \u2502 ") ;; add spacing…
adelbertc
  • 7,270
  • 11
  • 47
  • 70
0
votes
1 answer

Return key does not work in viper-mode inside minibuffer

My MacBook has two enter keys. One is return Other is enter key placed right beside command key on right hand side. I have recently started using Emacs24. I have noticed, whenever I am in viper-mode and I issue any command, for example M-x…
Andrew-Dufresne
  • 5,464
  • 7
  • 46
  • 68
1 2
3