first commit
This commit is contained in:
commit
0610f4aeab
130 changed files with 9897 additions and 0 deletions
9
fn/z4h-autosuggest-accept
Normal file
9
fn/z4h-autosuggest-accept
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
local -i cursor=CURSOR
|
||||
{
|
||||
typeset -gi CURSOR='_z4h_cursor_max()'
|
||||
zle autosuggest-accept
|
||||
} always {
|
||||
CURSOR=cursor
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue