Questions tagged [helm-selection]
9 questions
7
votes
5 answers
How to tell Helm to ignore certain files?
There are certain files I never access from Helm, such as those in my global .gitignore file:
# Emacs backup files #
##############################
*~
*#
etc.
Is there any way of telling Helm to ignore these files?

achalk
- 579
- 4
- 16
4
votes
1 answer
How to make swiper-helm to use helm layout?
I set this in helm
(setq helm-split-window-in-side-p nil)
This forces helm to use selected window for helm session like this(When point is in right split, helm buffer popped in left split only).
Now when I use swiper-helm, it doesn't honor this.…

Chillar Anand
- 4,042
- 1
- 23
- 52
2
votes
1 answer
how can I make a selectable list?
I'm working on a package and I want to present a list to the users that they can select from.
The package allows editing of remote Dokuwiki pages from Emacs which can be found here: https://github.com/accidentalrebel/emacs-dokuwiki
I want to list…

AccidentalRebel
- 255
- 1
- 6
2
votes
0 answers
Helm - How to change default selection while renaming?
I have a dired buffer with two files
foo.py
foo_bar.py
Now to rename foo.py to bar.py, if i goto foo.py, press R and type bar.py, helm selection will be like this
Here helm is selecting the top match from the available file names.
How can…

Chillar Anand
- 4,042
- 1
- 23
- 52
1
vote
0 answers
How to customise lines in helm buffer
When calling a helm selection function like helm-multi-files I get a helm buffer looking like this:
Buffers
templates 755 Dired by name (in '/path/to/dir->
text.md 1320 Markdown (in '/path/to/fil->…

halloleo
- 1,215
- 9
- 23
1
vote
0 answers
How do I have helm select the literal text I typed in, not one of the options in the menu?
I've been getting deeper into org, and I've started using more properties. I have helm set up, so when I try to set an org property, helm is what is used to select both the property name and property value.
Helm prefills the selection list with the…

zck
- 8,984
- 2
- 31
- 65
0
votes
1 answer
How can I get projectile-grep et al to choose the project before searching?
Projectile-grep, projectile-ag et al always execute the search in the current file's project.
What I want to do is to select the project from a completion list and get projectile to search that project instead of having to open a file in the project…

vfclists
- 1,347
- 1
- 11
- 28
0
votes
0 answers
helm-mini - narrow down to buffers selection with specified major mode
currently, to narrow down the buffers withshell mode, I'd invoke helm-mini, and then type "shell". I wonder
how can I narrow down the selections using lisp? So I could have a
function with a list pre-defined groups for quickly jumps between…

yi.tang.uni
- 1,007
- 8
- 20
-1
votes
1 answer
Make Helm Faster: add number for helm-buffer-lists and select command by first alphas
Does anyone know a package that can make helm faster when selecting buffer (helm-buffer-lists) or command (helm-M-x)?
For example:
add number for helm-buffer-lists (just like
original recentf-open-files ) ,I can use an alternative number…

THANK FLY
- 41
- 1