diff options
author | EuAndreh <eu@euandre.org> | 2018-07-08 00:59:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-08 00:59:51 -0300 |
commit | 236299b2d1de341181fa6b3f8c5e77a6bd2d8d27 (patch) | |
tree | 6b5cad0faa360a02bd00b0aa9f3e25c39029e9d5 | |
parent | Add build volume to songbooks container (diff) | |
download | dotfiles-236299b2d1de341181fa6b3f8c5e77a6bd2d8d27.tar.gz dotfiles-236299b2d1de341181fa6b3f8c5e77a6bd2d8d27.tar.xz |
Make J and K in Emacs visual mode to move lines
-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' |