klotz: completion*

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

  1. An overview of the completion-preview.el library, a new feature integrated into Emacs master that provides automatic text suggestion previews as you type. The mode displays suggestions immediately following the cursor to offer an unobtrusive way to preview potential completions without replacing existing selection interfaces like Corfu or Icomplete.

    - Seamless integration with any backend using completion-at-point-functions (CAPF)
    - Implementation of a temporary active minor mode for specific keybindings, such as TAB for quick insertion
    - Customizability regarding the minimum character length required to trigger a preview
    - A design philosophy focused on being suggestive and helpful while remaining minimally intrusive
    2026-06-21 Tags: , , by klotz
  2. A Vim plugin that provides local LLM-assisted code and text completion using llama.cpp server instances. It supports features like auto-suggest on cursor movement, manual toggle with Ctrl+F, accepting suggestions with Tab/Shift+Tab, configurable context scope, and performance stats display.
  3. Linux tab completion is a powerful feature that saves time and prevents errors by auto-completing commands and filenames. This article explores how to use tab completion in bash and zsh shells, highlighting its advanced capabilities with commands like git.
  4. 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.
  5. 2021-04-23 Tags: , , , , by klotz
  6. 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 1 of 0 SemanticScuttle - klotz.me: Tags: completion

About - Propulsed by SemanticScuttle