diff options
-rw-r--r-- | spacemacs.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 02aa063..d3aaf9d 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -256,6 +256,14 @@ It should only modify the values of Spacemacs settings." ;; (default "C-M-m") dotspacemacs-major-mode-emacs-leader-key "C-M-m" + ;; If non-nil, the shift mappings `<' and `>' retain visual state if used + ;; there. (default t) + dotspacemacs-retain-visual-state-on-shift t + + ;; If non-nil, `J' and `K' move lines up and down when in visual mode. + ;; (default nil) + dotspacemacs-visual-line-move-text t + ;; These variables control whether separate commands are bound in the GUI to ;; the key pairs `C-i', `TAB' and `C-m', `RET'. ;; Setting it to a non-nil value, allows for separate commands under `C-i' |