make sentence motion behave like vim
This commit is contained in:
parent
18c7cb644d
commit
2ee73a0f7d
5
conf.org
5
conf.org
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue