make sentence motion behave like vim

This commit is contained in:
petrucci4prez 2018-09-11 08:26:05 -04:00
parent 18c7cb644d
commit 2ee73a0f7d
1 changed files with 5 additions and 0 deletions

View File

@ -1898,6 +1898,11 @@ I like being evil. All package and custom bindings go here.
:config :config
(evil-mode 1)) (evil-mode 1))
#+END_SRC #+END_SRC
*** motion
By default, emacs counts a sentence as having at least 2 spaces after punctuation. Make this behave more like vim.
#+BEGIN_SRC emacs-lisp
(setq sentence-end-double-space nil)
#+END_SRC
*** enhancements *** enhancements
delightfully ripped off from vim plugins delightfully ripped off from vim plugins
**** surround **** surround