Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://www.emacswiki.org/cgi-bin/wiki/Icicles" rel="nofollow"><strong><em>Icicles</em></strong></a> does matching on full paths (i.e., any and all parts of an absolute file name). See <a href="http://www.emacswiki.org/emacs/Icicles_-_File-Name_Input" rel="nofollow"><em>Icicles File-Name Input</em></a>.</p> <p>By default, in <strong>Icicle</strong> mode <kbd>C-x C-f</kbd> is bound to <code>icicle-file</code>:</p> <ul> <li><p>without a prefix arg -- uses the usual Emacs relative file-name completion</p></li> <li><p>with a prefix arg (e.g. <kbd>C-u C-x C-f</kbd>) -- does absolute file-name completion</p></li> </ul> <p>Command <code>icicle-find-file-absolute</code> is the same as <kbd>C-u C-x C-f</kbd>. You can bind it if you don't want to use the key sequence <kbd>C-u C-x C-f</kbd> each time.</p> <p>During completion of either type (relative/absolute file names), you can use any of the <strong>Icicles</strong> completion features, such as:</p> <ul> <li><a href="http://www.emacswiki.org/emacs/Icicles_-_Progressive_Completion" rel="nofollow">progressive completion</a> (match name parts in any order)</li> <li><a href="http://www.emacswiki.org/emacs/Icicles_-_Help_on_Candidates" rel="nofollow">candidate help</a></li> <li><a href="http://www.emacswiki.org/emacs/Icicles_-_Cycling_Completions" rel="nofollow">candidate cycling</a></li> <li><a href="http://www.emacswiki.org/emacs/Icicles_-_Sorting_Candidates" rel="nofollow">candidate sorting</a></li> <li><a href="http://www.emacswiki.org/emacs/Icicles_-_Fuzzy_Completion" rel="nofollow">fuzzy completion</a> (the Vim screencast you cite uses the equivalent of <strong>Icicles</strong> "scatter" matching and Ido "flex" matching)</li> </ul> <p>And file-name completion commands such as these are <a href="http://www.emacswiki.org/emacs/Icicles_-_Multi-Commands" rel="nofollow">multi-commands</a>, which means you can act on multiple files with the same command. See also command <code>icicle-locate</code>, which does absolute file-name matching and lets you find and act on files anywhere on your file system, without knowing their locations.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload