Kill some remnants for god-mode

This commit is contained in:
Bozhidar Batsov 2018-08-08 15:35:45 +03:00
parent 73ae504161
commit a3729c1306
3 changed files with 0 additions and 3 deletions

View file

@ -344,7 +344,6 @@ Keybinding | Description
<kbd>C-c . #</kbd> | Convert integer at point to specified base. Default is 10. <kbd>C-c . #</kbd> | Convert integer at point to specified base. Default is 10.
<kbd>C-c . %</kbd> | Replace integer at point with another specified integer. <kbd>C-c . %</kbd> | Replace integer at point with another specified integer.
<kbd>C-c . '</kbd> | Perform arithmetic operations on integer at point. User specifies the operator. <kbd>C-c . '</kbd> | Perform arithmetic operations on integer at point. User specifies the operator.
<kbd>Super-g</kbd> | Toggle between God mode and non-God mode
<kbd>Super-r</kbd> | Recent files <kbd>Super-r</kbd> | Recent files
<kbd>Super-j</kbd> | Join lines <kbd>Super-j</kbd> | Join lines
<kbd>Super-k</kbd> | Kill whole line <kbd>Super-k</kbd> | Kill whole line

View file

@ -71,7 +71,6 @@
(define-key map (kbd "s-p") 'projectile-command-map) (define-key map (kbd "s-p") 'projectile-command-map)
(define-key map (kbd "C-c p") 'projectile-command-map) (define-key map (kbd "C-c p") 'projectile-command-map)
;; make some use of the Super key ;; make some use of the Super key
(define-key map (kbd "s-g") 'god-local-mode)
(define-key map (kbd "s-r") 'crux-recentf-ido-find-file) (define-key map (kbd "s-r") 'crux-recentf-ido-find-file)
(define-key map (kbd "s-j") 'crux-top-join-line) (define-key map (kbd "s-j") 'crux-top-join-line)
(define-key map (kbd "s-k") 'crux-kill-whole-line) (define-key map (kbd "s-k") 'crux-kill-whole-line)

View file

@ -117,7 +117,6 @@
\item[C-c S] crux-find-shell-init-file \item[C-c S] crux-find-shell-init-file
\item[C-c i] imenu-anywhere \item[C-c i] imenu-anywhere
\item[s-p] projectile-command-map \item[s-p] projectile-command-map
\item[s-g] god-local-mode
\item[s-r] crux-recentf-ido-find-file \item[s-r] crux-recentf-ido-find-file
\item[s-j] crux-top-join-line \item[s-j] crux-top-join-line
\item[s-k] crux-kill-whole-line \item[s-k] crux-kill-whole-line