Remap string-insert-rectangle
This commit is contained in:
parent
de878bdd5c
commit
fb23669709
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
|
@ -156,6 +156,11 @@
|
||||||
;; Set 'M-g' to 'goto-line'
|
;; Set 'M-g' to 'goto-line'
|
||||||
(global-set-key (kbd "M-g") 'goto-line)
|
(global-set-key (kbd "M-g") 'goto-line)
|
||||||
|
|
||||||
|
;; Set 'C-x r i' to 'string-insert-rectangle'
|
||||||
|
;; Easier than using 'M-x' and searching for it.
|
||||||
|
(global-set-key (kbd "C-x r i") 'string-insert-rectangle)
|
||||||
|
|
||||||
|
|
||||||
;; use company-mode in all buffers
|
;; use company-mode in all buffers
|
||||||
(add-hook 'after-init-hook 'global-company-mode)
|
(add-hook 'after-init-hook 'global-company-mode)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue