klotz: iterm2*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. - This GitHub Gist provides instructions and scripts to enable true color (24-bit color) in Emacs for iTerm2.
    - A bash function is defined to run subsequent Emacs calls with 24-bit color.
    - An additional script is included to add a terminfo entry for a new terminal "xterm-24bit".
    - The scripts ensure that 24-bit color is used only when it will work, both inside and outside of tmux.
    2024-02-02 Tags: , , , , , by klotz
  2. Just go to the iTerms2 preferences -> Profiles -> Keys -> set the Left/Right Option key to Esc+.
    2023-10-06 Tags: , , , , , , by klotz
  3. 2021-04-05 Tags: , , by klotz
  4. ;; Enable mouse support
    (unless window-system
    (require 'mouse)
    (xterm-mouse-mode t)
    (global-set-key mouse-4 » (lambda () (interactive) (scroll-down 1)))
    (global-set-key mouse-5 » (lambda () (interactive) (scroll-up 1)))
    (defun track-mouse (e))
    (setq mouse-sel-mode t))
    2021-03-18 Tags: , , , by klotz
  5. Go to Preferences > Profiles > Session. Turn on Status bar enabled. Then click Configure Status Bar to begin setting up your status bar configuration.
    2021-03-16 Tags: , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: iterm2

About - Propulsed by SemanticScuttle