-
Notifications
You must be signed in to change notification settings - Fork 7
BundledEffect
About the effect for the other package function by pophint-config.el
When you do set-mark-command
/cua-set-mark
(C-SPC in default),
show hints for region end. Then, copy the selected region.
When you do isearch-exit
(RET in default), after isearch
,
show hints for matched text. Then, move to the selected position.
There are commands such as isearch-yank-word-or-char
(C-w in default)
which expands a query of isearch after isearch-forward
(C-s in default).
You'll be able to do that by selecting hints.
pophint-config:isearch-forward
/pophint-config:isearch-backward
are defined.
Their commands shows hints and start isearch-forward
/isearch-backward
after move to the selected position.
When you do other-window
(C-x o in default),
If the window is divided into three or more, show hints for each of windows. Then, move to the selected window.
When you do the commands such as find-tag
/find-function
which jumps to the definition from the string under cursor,
show hints for each of symbol. Then, run commands after move to the selected position.
The key binding is the following.
- Follow link (*2) ... f
- Follow link (*3) ... F
- Follow link continuously ... C-c C-e / ; F
- Follow link in current tab ... ; o
- Follow link in new tab ... ; t
- Copy the link text ... ; y
- Show HTML of the link page ... ; v
- Move to the link position ... ; RET
In array perspective of e2wm,
When you do other-window
(C-x o in default),
show hints for each of windows. Then, move to the selected window.
Also, you are able to show hints automatically when start the perspective.
*1 About config the above function, see ConfigItem#Function.
*2 Whether open new tab, depends on configuration.
*3 Use the opposite configuration to *2.
When the management of windows by e2wm is active,
Show hints for each the following plugin window by pophint:do-situationally-e2wm
.
- files
- history
- history2
- imenu
About the keybind of pophint:do-situationally-e2wm
, see Example.