Skip to content

Commit

Permalink
[Fix #1354] Remove controversial keybindings to increase/decrease fon…
Browse files Browse the repository at this point in the history
…t size
  • Loading branch information
bbatsov committed Jan 23, 2025
1 parent a1fcbf2 commit b172b99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Auto-install `use-package`.
* Add `prelude-vertico` module. Vertico a simpler alternative to `ivy-mode` and supersedes Selectrum.
* Make it possible to configure the TypeScript format action using `prelude-ts-format-action`.
* [#1354](https://github.com/bbatsov/prelude/issues/1354): Remove default `C--` and `C-+` keybindings to increase/decrease the font size.

### Changes

Expand Down
4 changes: 0 additions & 4 deletions core/prelude-global-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
;; Align your code in a pretty way.
(global-set-key (kbd "C-x \\") 'align-regexp)

;; Font size
(global-set-key (kbd "C-+") 'text-scale-increase)
(global-set-key (kbd "C--") 'text-scale-decrease)

;; Window switching. (C-x o goes to the next window)
(global-set-key (kbd "C-x O") (lambda ()
(interactive)
Expand Down

0 comments on commit b172b99

Please sign in to comment.