Tags: osx*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. ;; 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
  2. 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
  3. Installing bash-completion with Homebrew
    To install bash-completion, you have to:

    brew install bash-completion
    And add the following to your ~/.bash_profile:

    if -f $(brew --prefix)/etc/bash_completion » ; then
    . $(brew --prefix)/etc/bash_completion
    fi
    2020-02-11 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 3 of 0 SemanticScuttle - klotz.me: tagged with "osx"

About - Propulsed by SemanticScuttle