diff options
| author | Teddy Wing | 2021-08-25 00:11:13 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-08-25 00:11:13 +0200 |
| commit | ff00a3c613570c5460a420c5882da41ed2e09142 (patch) | |
| tree | 7389143219ce46599698e2678cac96de5ce3630c /incdec.m4.bash | |
| parent | ee898b113f54911e9e2719c3f6b73dcf42139a0e (diff) | |
| download | readline-incdec-ff00a3c613570c5460a420c5882da41ed2e09142.tar.bz2 | |
incdec: Move bindings to a new file
Split the bindings from the function definitions. This will allow users
to source the functions and define their own bindings. The bindings file
can be sourced to get the default bindings.
Diffstat (limited to 'incdec.m4.bash')
| -rw-r--r-- | incdec.m4.bash | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/incdec.m4.bash b/incdec.m4.bash index f7930cf..388b773 100644 --- a/incdec.m4.bash +++ b/incdec.m4.bash @@ -61,6 +61,3 @@ function __readline_incdec_decrement { READLINE_POINT="$(($READLINE_POINT + 1))" fi } - -bind -x '"\C-xx": __readline_incdec_decrement' -bind -x '"\C-xa": __readline_incdec_increment' |
