]> git.donarmstrong.com Git - lib.git/commitdiff
home/end should always go to beginining/end of line
authorDon Armstrong <don@donarmstrong.com>
Tue, 14 Jul 2020 18:51:06 +0000 (11:51 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 19 Apr 2021 15:22:35 +0000 (08:22 -0700)
emacs_el/configuration/don-configuration.org

index 9aeb4e7d9dbeb7fb15e15f3624390dd65837d095..b9f82eff8fa75633b8d45233a86204810dc940c5 100644 (file)
@@ -2461,6 +2461,11 @@ same directory as the org-buffer and insert a link to this file."
   )
 #+END_SRC
 * Keybindings
+** Home/End Begining/End of line
+#+BEGIN_SRC emacs-lisp
+  (global-set-key [home] 'move-beginning-of-line)
+  (global-set-key [end] 'move-end-of-line)
+#+END_SRC
 ** Goto line
 #+BEGIN_SRC emacs-lisp
   (global-unset-key "\M-g")