Browse Source

Change kill-line to kill-whole-line which more closely matches Sublime

master
macoymadson@gmail.com 5 years ago
parent
commit
7bda34dbc2
  1. 2
      Emacs/emacsConfig.txt

2
Emacs/emacsConfig.txt

@ -479,7 +479,7 @@
(global-set-key (kbd "<f5>") 'revert-buffer)
;; Kill line like Sublime
(global-set-key (kbd "C-S-k") 'kill-line)
(global-set-key (kbd "C-S-k") 'kill-whole-line)
;; Go to first character of line, not beginning of line. Was move-beginning-of-line
(global-set-key (kbd "<home>") 'back-to-indentation)

Loading…
Cancel
Save