zsh-autosuggestions.zsh(1)

NAME zsh-autosuggestions.zsh - a shell script

SYNOPSIS Documentation automatically generated with `zshelldoc'

FUNCTIONS  _zsh_autosuggest_accept  _zsh_autosuggest_async_pty_create  _zsh_autosuggest_async_pty_destroy  _zsh_autosuggest_async_request  _zsh_autosuggest_async_response  _zsh_autosuggest_async_server  _zsh_autosuggest_async_start  _zsh_autosuggest_bind_widget  _zsh_autosuggest_clear  _zsh_autosuggest_disable  _zsh_autosuggest_enable  _zsh_autosuggest_escape_command  _zsh_autosuggest_execute  _zsh_autosuggest_feature_detect_zpty_returns_fd  _zsh_autosuggest_fetch  _zsh_autosuggest_get_bind_count  _zsh_autosuggest_highlight_apply  _zsh_autosuggest_highlight_reset  _zsh_autosuggest_incr_bind_count  _zsh_autosuggest_invoke_original_widget  _zsh_autosuggest_modify  _zsh_autosuggest_partial_accept  _zsh_autosuggest_strategy_default  _zsh_autosuggest_strategy_match_prev_cmd  _zsh_autosuggest_suggest  _zsh_autosuggest_toggle AUTOLOAD add-zsh-hook PRECMD-HOOK _zsh_autosuggest_async_pty_recreate PRECMD-HOOK _zsh_autosuggest_bind_widgets PRECMD-HOOK _zsh_autosuggest_start

DETAILS

1

Script Body Has 71 line(s). Calls functions:

Script-Body `-- add-zsh-hook

_zsh_autosuggest_accept # Accept the entire suggestion

Has 11 line(s). Calls functions:

_zsh_autosuggest_accept `-- _zsh_autosuggest_invoke_original_widget Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_async_pty_create Has 13 line(s). Doesn’t call other functions. Uses feature(s): zle, zpty Called by:

_zsh_autosuggest_async_pty_recreate

_zsh_autosuggest_async_pty_destroy Has 4 line(s). Doesn’t call other functions. Uses feature(s): zle, zpty Called by:

_zsh_autosuggest_async_pty_recreate

_zsh_autosuggest_async_pty_recreate Has 2 line(s). Is a precmd hook. Calls functions:

2

_zsh_autosuggest_async_pty_recreate |-- _zsh_autosuggest_async_pty_create `-- _zsh_autosuggest_async_pty_destroy Called by:

_zsh_autosuggest_async_start

_zsh_autosuggest_async_request Has 1 line(s). Doesn’t call other functions. Uses feature(s): zpty Called by:

_zsh_autosuggest_fetch

_zsh_autosuggest_async_response # Called when new data is ready to be read from the pty # First arg will be fd ready for reading # Second arg will be passed in case of error

Has 6 line(s). Doesn’t call other functions. Uses feature(s): zle, zpty Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_async_server # Zpty process is spawned running this function

Has 21 line(s). Doesn’t call other functions. Uses feature(s): kill Not called by script or any function, may be a hook or Zle widget, etc.

3

_zsh_autosuggest_async_start Has 5 line(s). Calls functions:

_zsh_autosuggest_async_start |-- _zsh_autosuggest_async_pty_recreate |   |-- _zsh_autosuggest_async_pty_create |   `-- _zsh_autosuggest_async_pty_destroy |-- _zsh_autosuggest_feature_detect_zpty_returns_fd `-- add-zsh-hook Called by:

_zsh_autosuggest_start

_zsh_autosuggest_bind_widget # Bind a single widget to an autosuggest widget, saving a reference to the original widget

Has 29 line(s). Calls functions:

_zsh_autosuggest_bind_widget |-- _zsh_autosuggest_get_bind_count `-- _zsh_autosuggest_incr_bind_count Uses feature(s): eval, zle Called by:

_zsh_autosuggest_bind_widgets

_zsh_autosuggest_bind_widgets # Map all configured widgets to the right autosuggest widgets

Has 24 line(s). Is a precmd hook. Calls functions:

4

_zsh_autosuggest_bind_widgets `-- _zsh_autosuggest_bind_widget   |-- _zsh_autosuggest_get_bind_count   `-- _zsh_autosuggest_incr_bind_count Called by:

_zsh_autosuggest_start

_zsh_autosuggest_clear # Clear the suggestion

Has 3 line(s). Calls functions:

_zsh_autosuggest_clear `-- _zsh_autosuggest_invoke_original_widget Called by:

_zsh_autosuggest_disable

_zsh_autosuggest_disable # Disable suggestions

Has 2 line(s). Calls functions:

_zsh_autosuggest_disable `-- _zsh_autosuggest_clear   `-- _zsh_autosuggest_invoke_original_widget Called by:

_zsh_autosuggest_toggle

5

_zsh_autosuggest_enable # Enable suggestions

Has 5 line(s). Calls functions:

_zsh_autosuggest_enable `-- _zsh_autosuggest_fetch   |-- _zsh_autosuggest_async_request   `-- _zsh_autosuggest_suggest Called by:

_zsh_autosuggest_toggle

_zsh_autosuggest_escape_command #--------------------------------------------------------------------# # Utility Functions # #--------------------------------------------------------------------#

Has 2 line(s). Doesn’t call other functions. Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_execute # Accept the entire suggestion and execute it

Has 3 line(s). Calls functions:

_zsh_autosuggest_execute `-- _zsh_autosuggest_invoke_original_widget Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_feature_detect_zpty_returns_fd

6

#--------------------------------------------------------------------# # Feature Detection # #--------------------------------------------------------------------#

Has 12 line(s). Doesn’t call other functions. Uses feature(s): zpty Called by:

_zsh_autosuggest_async_start

_zsh_autosuggest_fetch # Fetch a new suggestion based on what's currently in the buffer

Has 7 line(s). Calls functions:

_zsh_autosuggest_fetch |-- _zsh_autosuggest_async_request `-- _zsh_autosuggest_suggest Uses feature(s): zpty Called by:

_zsh_autosuggest_enable _zsh_autosuggest_modify

_zsh_autosuggest_get_bind_count Has 5 line(s). Doesn’t call other functions. Called by:

_zsh_autosuggest_bind_widget

_zsh_autosuggest_highlight_apply # If there's a suggestion, highlight it

7

Has 8 line(s). Doesn’t call other functions. Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_highlight_reset # If there was a highlight, remove it

Has 6 line(s). Doesn’t call other functions. Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_incr_bind_count #--------------------------------------------------------------------# # Widget Helpers # #--------------------------------------------------------------------#

Has 7 line(s). Doesn’t call other functions. Called by:

_zsh_autosuggest_bind_widget

_zsh_autosuggest_invoke_original_widget # Given the name of an original widget and args, invoke it, if it exists

Has 9 line(s). Doesn’t call other functions. Uses feature(s): zle Called by:

_zsh_autosuggest_accept _zsh_autosuggest_clear _zsh_autosuggest_execute _zsh_autosuggest_modify _zsh_autosuggest_partial_accept

8

_zsh_autosuggest_modify # Modify the buffer and get a new suggestion

Has 31 line(s). Calls functions:

_zsh_autosuggest_modify |-- _zsh_autosuggest_fetch |   |-- _zsh_autosuggest_async_request |   `-- _zsh_autosuggest_suggest `-- _zsh_autosuggest_invoke_original_widget Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_partial_accept # Partially accept the suggestion

Has 13 line(s). Calls functions:

_zsh_autosuggest_partial_accept `-- _zsh_autosuggest_invoke_original_widget Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_start # Start the autosuggestion widgets

Has 8 line(s). Is a precmd hook. Calls functions:

9

_zsh_autosuggest_start |-- _zsh_autosuggest_async_start |   |-- _zsh_autosuggest_async_pty_recreate |   |   |-- _zsh_autosuggest_async_pty_create |   |   `-- _zsh_autosuggest_async_pty_destroy |   |-- _zsh_autosuggest_feature_detect_zpty_returns_fd |   `-- add-zsh-hook |-- _zsh_autosuggest_bind_widgets |   `-- _zsh_autosuggest_bind_widget |   |-- _zsh_autosuggest_get_bind_count |   `-- _zsh_autosuggest_incr_bind_count `-- add-zsh-hook Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_strategy_default #--------------------------------------------------------------------# # Default Suggestion Strategy # #--------------------------------------------------------------------# # Suggests the most recent history item that matches the given # prefix.

Has 4 line(s). Doesn’t call other functions. Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_strategy_match_prev_cmd

10

#--------------------------------------------------------------------# # Match Previous Command Suggestion Strategy # #--------------------------------------------------------------------# # Suggests the most recent history item that matches the given # prefix and whose preceding history item also matches the most # recently executed command. # # For example, suppose your history has the following entries: # - pwd # - ls foo # - ls bar # - pwd # # Given the history list above, when you type 'ls', the suggestion # will be 'ls foo' rather than 'ls bar' because your most recently # executed command (pwd) was previously followed by 'ls foo'. # # Note that this strategy won't work as expected with ZSH options that don't # preserve the history order such as `HIST_IGNORE_ALL_DUPS` or # `HIST_EXPIRE_DUPS_FIRST`.

Has 13 line(s). Doesn’t call other functions. Not called by script or any function, may be a hook or Zle widget, etc.

_zsh_autosuggest_suggest # Offer a suggestion

Has 7 line(s). Doesn’t call other functions. Called by:

_zsh_autosuggest_fetch

_zsh_autosuggest_toggle # Toggle suggestions (enable/disable)

Has 5 line(s). Calls functions:

11

_zsh_autosuggest_toggle |-- _zsh_autosuggest_disable |   `-- _zsh_autosuggest_clear |   `-- _zsh_autosuggest_invoke_original_widget `-- _zsh_autosuggest_enable   `-- _zsh_autosuggest_fetch   |-- _zsh_autosuggest_async_request   `-- _zsh_autosuggest_suggest Not called by script or any function, may be a hook or Zle widget, etc.

add-zsh-hook Has 93 line(s). Doesn’t call other functions. Uses feature(s): autoload Called by:

Script-Body _zsh_autosuggest_async_start _zsh_autosuggest_start

12

zsh-autosuggestions.zsh(1) - GitHub

zsh-autosuggestions.zsh - a shell script. SYNOPSIS. Documentation automatically generated with `zshelldoc'. FUNCTIONS. _zsh_autosuggest_accept. _zsh_autosuggest_async_pty_create. _zsh_autosuggest_async_pty_destroy. _zsh_autosuggest_async_request. _zsh_autosuggest_async_response.

137KB Sizes 12 Downloads 303 Views

Recommend Documents

GitHub
domain = meq.domain(10,20,0,10); cells = meq.cells(domain,num_freq=200, num_time=100); ...... This is now contaminator-free. – Observe the ghosts. Optional ...

GitHub
data can only be “corrected” for a single point on the sky. ... sufficient to predict it at the phase center (shifting ... errors (well this is actually good news, isn't it?)

Torsten - GitHub
Metrum Research Group has developed a prototype Pharmacokinetic/Pharmacodynamic (PKPD) model library for use in Stan 2.12. ... Torsten uses a development version of Stan, that follows the 2.12 release, in order to implement the matrix exponential fun

Untitled - GitHub
The next section reviews some approaches adopted for this problem, in astronomy and in computer vision gener- ... cussed below), we would question the sensitivity of a. Delaunay triangulation alone for capturing the .... computation to be improved fr

ECf000172411 - GitHub
Robert. Spec Sr Trading Supt. ENA West Power Fundamental Analysis. Timothy A Heizenrader. 1400 Smith St, Houston, Tx. Yes. Yes. Arnold. John. VP Trading.

Untitled - GitHub
Iwip a man in the middle implementation. TOR. Andrea Marcelli prof. Fulvio Risso. 1859. Page 3. from packets. PEX. CethernetDipo topo data. Private. Execution. Environment to the awareness of a connection. FROG develpment. Cethernet DipD tcpD data. P

BOOM - GitHub
Dec 4, 2016 - 3.2.3 Managing the Global History Register . ..... Put another way, instructions don't need to spend N cycles moving their way through the fetch ...

Supervisor - GitHub
When given an integer, the supervisor terminates the child process using. Process.exit(child, :shutdown) and waits for an exist signal within the time.

robtarr - GitHub
http://globalmoxie.com/blog/making-of-people-mobile.shtml. Saturday, October ... http://24ways.org/2011/conditional-loading-for-responsive-designs. Saturday ...

MY9221 - GitHub
The MY9221, 12-channels (R/G/B x 4) c o n s t a n t current APDM (Adaptive Pulse Density. Modulation) LED driver, operates over a 3V ~ 5.5V input voltage ...

fpYlll - GitHub
Jul 6, 2017 - fpylll is a Python (2 and 3) library for performing lattice reduction on ... expressiveness and ease-of-use beat raw performance.1. 1Okay, to ... py.test for testing Python. .... GSO complete API for plain Gram-Schmidt objects, all.

article - GitHub
2 Universidad Nacional de Tres de Febrero, Caseros, Argentina. ..... www-nlpir.nist.gov/projects/duc/guidelines/2002.html. 6. .... http://singhal.info/ieee2001.pdf.

PyBioMed - GitHub
calculate ten types of molecular descriptors to represent small molecules, including constitutional descriptors ... charge descriptors, molecular properties, kappa shape indices, MOE-type descriptors, and molecular ... The molecular weight (MW) is th

MOC3063 - GitHub
IF lies between max IFT (15mA for MOC3061M, 10mA for MOC3062M ..... Dual Cool™ ... Fairchild's Anti-Counterfeiting Policy is also stated on ourexternal website, ... Datasheet contains the design specifications for product development.

MLX90615 - GitHub
Nov 8, 2013 - of 0.02°C or via a 10-bit PWM (Pulse Width Modulated) signal from the device. ...... The chip supports a 2 wires serial protocol, build with pins SDA and SCL. ...... measure the temperature profile of the top of the can and keep the pe

Covarep - GitHub
Apr 23, 2014 - Gilles Degottex1, John Kane2, Thomas Drugman3, Tuomo Raitio4, Stefan .... Compile the Covarep.pdf document if Covarep.tex changed.

SeparableFilter11 - GitHub
1. SeparableFilter11. AMD Developer Relations. Overview ... Load the center sample(s) int2 i2KernelCenter ... Macro defines what happens at the kernel center.

Programming - GitHub
Jan 16, 2018 - The second you can only catch by thorough testing (see the HW). 5. Don't use magic numbers. 6. Use meaningful names. Don't do this: data("ChickWeight") out = lm(weight~Time+Chick+Diet, data=ChickWeight). 7. Comment things that aren't c

SoCsploitation - GitHub
Page 2 ... ( everything – {laptops, servers, etc.} ) • Cheap and low power! WTF is a SoC ... %20Advice_for_Shellcode_on_Embedded_Syst ems.pdf. Tell me more! ... didn't destroy one to have pretty pictures… Teridian ..... [email protected].

Datasheet - GitHub
Dec 18, 2014 - Compliant with Android K and L ..... 9.49 SENSORHUB10_REG (37h) . .... DocID026899 Rev 7. 10. Embedded functions register mapping .

Action - GitHub
Task Scheduling for Mobile Robots Using Interval Algebra. Mudrová and Hawes. .... W1. W2. W3. 0.9 action goto W2 from W1. 0.1. Why use an MDP? cost = 54 ...