Tags: emacs* + shell*

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

  1. >"The easiest way to get started with command-line editing is to use the Emacs mode, even if you use another editor. This is also the default style on most shells. The reason is that this seems more of a natural mode, since Emacs doesn't distinguish between command and insert modes the way Vi and Vim do."
    2025-06-29 Tags: , , , , by klotz
  2. This GitHub repository contains bash-completion.el, a script that adds programmable bash completion to Emacs shell-mode. It is based on bash completion and is aware of bash builtins, aliases, and functions. It supports file expansion inside colon-separated variables and after redirections (> or <), escapes special characters when expanding file names, and is configurable through programmable bash completion. It works on remote shells, through TRAMP.
  3. 2023-08-18 Tags: , , , , , , by klotz
  4. 2023-08-18 Tags: , , , , , , by klotz
  5. 2020-11-21 Tags: , , , by klotz
  6. (eval-after-load 'comint
    '(progn
    (define-key comint-mode-map (kbd "<up>")
    #'comint-previous-matching-input-from-input)
    (define-key comint-mode-map (kbd "<down>")
    #'comint-next-matching-input-from-input)))
    2020-09-29 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "emacs+shell"

About - Propulsed by SemanticScuttle