tab-completion
Gnu Emacs: tab-completion for psql running within sql.el process
I enjoy running Postgres client \"psql\" under psql.el while interacting with a .sql file in a separate window.Sometimes, I want to use tab-completion within the the buffer running the psql process to[详细]
2023-04-09 06:35 分类:问答Bash Substring File Completion
Does bash partial/substring file completion similar to what zsh does? That is, instead of requiring the user开发者_运维百科 to enter a prefix of the filename, then tab; the user can also enter a subs[详细]
2023-04-09 01:45 分类:问答zsh completion inside quoted strings
Is it possible to configure zsh to suggest filenames (or anythin开发者_如何转开发g else) inside of a quoted string?[详细]
2023-04-03 22:03 分类:问答bash autocompletion: add description for possible completions
Is it possible to make bash auto-completion look like in Cisco IOS shell? I me开发者_JAVA百科an to add short descriptions for each completion, like this:[详细]
2023-04-01 00:28 分类:问答Conflict between branch and file completion in bash/git
I\'m using the bash completion script for git. However, there are situations where it doesn\'t work. Say I have a branch foo-branch, and a file foo-file. If I have changes in the file which I want to[详细]
2023-03-31 12:08 分类:问答Tab completion for custom path
Emacs shell mode tab completion (comint-dynamic-complete) is working 开发者_Python百科for commands that are built-in to linux, but it does not seem to detect my original commands whose path is specifi[详细]
2023-03-15 12:01 分类:问答How to force windows cmd tab complete to add a trailing slash to directory names
On the rare occasion that I have to use a windows command prompt rather than bash, it drives me nuts that tab completion doesn\'t add a slash to the en开发者_如何学JAVAd of directory names.Is there a[详细]
2023-02-27 06:54 分类:问答Shell command completion
User commands can be given the -complete=shellcmd option.This turns out to be qu开发者_如何转开发ite disappointing, since instead of working in the same way as vim\'s built-in completion for its :! co[详细]
2023-02-26 05:15 分类:问答raw_input without leaving a history in readline
Is there a way of using raw_input without leaving a sign in开发者_JAVA技巧 the readline history, so that it don\'t show when tab-completing?You could make a function something like[详细]
2023-02-20 23:13 分类:问答Tab Completion In Emacs shell-mode SSH Sessions
My current use pattern of emacs results in my having several shell-mode buffers open, each running an ssh session.I am running into an issue with this, though - when I try to tab-complete file names a[详细]
2023-02-03 21:46 分类:问答