No longer wrap by default
This commit is contained in:
parent
a1bc073920
commit
94525b779f
2 changed files with 2 additions and 14 deletions
|
@ -117,8 +117,8 @@ enable multiple minor modes for the same regexp.")
|
|||
electric-indent-functions)
|
||||
|
||||
;;
|
||||
;; (global-whitespace-mode -1) ; Show whitespace
|
||||
(global-visual-line-mode 1) ; wrap buffers
|
||||
;;(global-whitespace-mode -1) ; Show whitespace
|
||||
;;(global-visual-line-mode -1) ; wrap buffers
|
||||
(global-auto-revert-mode 1) ; revert buffers for changed files
|
||||
;; Enable syntax highlighting for older emacs
|
||||
(unless (bound-and-true-p global-font-lock-mode)
|
||||
|
|
|
@ -173,18 +173,6 @@
|
|||
:n "e" 'emr-show-refactor-menu
|
||||
:n "r" 'narf:eval-buffer))
|
||||
|
||||
;; make motions visual line sensitive
|
||||
:m "j" 'evil-next-visual-line
|
||||
:m "k" 'evil-previous-visual-line
|
||||
:m "$" 'evil-end-of-visual-line
|
||||
:m "0" 'evil-beginning-of-visual-line
|
||||
|
||||
;; But use normal, non-visual lines for operators
|
||||
:o "j" 'evil-next-line
|
||||
:o "k" 'evil-previous-line
|
||||
:o "$" 'evil-end-of-line
|
||||
:o "0" 'evil-beginning-of-line
|
||||
|
||||
:nv "K" 'smart-up
|
||||
|
||||
;; Don't move cursor on indent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue