completion
Here are 260 public repositories matching this topic...
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 3, 2022 - Go
-
Updated
Apr 6, 2022 - Python
I cant seem to get the external command, ancillary manipulator command or main porcelain command to display only a few lines
Environment
a364a84 (grafted, HEAD -> main, origin/main, origin/HEAD) Reduce number of files listed
Hi,
Looks like auto-complete ignores completion-styles
when building the candidate list...
Problem shows itself on non substring based completion styles, eg. partial-completion
.
To reproduce:
(Emacs 27.1, auto-complete #aafd3f5)
; <emacs --no-init-file>
; <set up path to auto-complete>
(require 'auto-complete)
(require 'auto-complete-config)
(ac-config-default)
(define-key
-
Updated
Mar 28, 2022 - Java
-
Updated
Mar 31, 2022 - Shell
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 21, 2022 - Vim script
-
Updated
Jul 27, 2018 - Python
-
Updated
Feb 22, 2022 - Python
-
Updated
Jan 17, 2022 - Go
-
Updated
Apr 5, 2022 - PHP
-
Updated
Apr 2, 2022 - Python
-
Updated
Jan 30, 2022 - Go
This is a feature request to support choosing multiple results. The multiple results should be separated by spaces. Currently extrakto allows only one result per invocation.
Steps to reproduce
- in
~/.tmux.conf
addset -g @extrakto_fzf_tool "/path/to/fzf --multi" set -g @extrakto_insert_key 'enter'
- enter a tmux session with extrakto enabled
- run `: he
-
Updated
Dec 11, 2021 - PHP
-
Updated
Jan 23, 2020 - PHP
-
Updated
Jan 7, 2022 - Shell
-
Updated
Jan 29, 2022 - Go
-
Updated
Apr 3, 2022 - Shell
-
Updated
Mar 30, 2022 - Python
Improve this page
Add a description, image, and links to the completion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the completion topic, visit your repo's landing page and select "manage topics."
The current instructions: README.md#oh-my-zsh, suggest to add zsh-completions to
plugins
and reruncompinit
.But that's sub-optimal. This will cause Zsh to rebuild the completion cache twice on each Zsh invocation: The first when you source oh-my-zsh, and the second time whe