Emacs でテキストのズームイン/ズームアウト

2023-09-25 399 words 1 min read

目次

このドキュメントでは、Emacs の中でテキストの ズームイン/ズームアウトする方法を説明します。

1 目的

Emacs でキーバインディングを設定して、 テキストのズームイン/ズームアウトを簡単に行ないます。

2 設定

次を Emacs の初期化ファイルに入れます:

;; Zoom in
 (define-key global-map (kbd "C-+") 'text-scale-increase)

 ;; Zoom out
 (define-key global-map (kbd "C--") 'text-scale-decrease)
ソースコード 1: Emacs でズームイン/ズームアウトを行なう

3 使用方法

次のキーバインディングでテキストのズームイン/ズームアウトを 行なうことができます。Emacs の中のどこからでも使用できます。

Ctl + "+"
テキストのズームイン
Ctl + "shift" + -"
テキストのズームアウト

このキーバインディングはよく使われているようで、 VSCode や qterminal でも使用することができます。

4 結論

上で設定したるキーバインディングを使うと、 次のキーを使って Emacs のテキストのズームイン/ズームアウトを 行なうことができます。

Ctl + "+"
テキストのズームイン
Ctl + "shift" + -"
テキストのズームアウト

Tags: Emacs

We notice you're using an adblocker. If you like our webite please keep us running by whitelisting this site in your ad blocker. We’re serving quality, related ads only. Thank you!

I've whitelisted your website.

Not now
This website uses cookies to ensure you get the best experience on our website. Learn more Got it