Bind CRUX rename file and buffer command
This commit is contained in:
parent
624fbea700
commit
cce0a6b7df
1 changed files with 3 additions and 1 deletions
|
@ -581,7 +581,9 @@ Source: [[https://github.com/bbatsov/crux][GitHub: bbatsov/crux]]
|
|||
(use-package crux
|
||||
:bind (:map prog-mode-map
|
||||
("C-c C-." . crux-duplicate-current-line-or-region)
|
||||
("C-c C-M-." . crux-duplicate-and-comment-current-line-or-region)))
|
||||
("C-c C-M-." . crux-duplicate-and-comment-current-line-or-region)
|
||||
:map global-map
|
||||
("C-c M-r" . crux-rename-file-and-buffer)))
|
||||
#+end_src
|
||||
|
||||
** which-key
|
||||
|
|
Loading…
Reference in a new issue