ridiculousfish
d0d7bb75cd
Add new pager-toggle-search input function
...
This adds a new input binding pager-toggle-search which toggles the
search field on and off when the pager is showing.
2018-01-30 09:58:08 -08:00
Mahmoud Al-Qudsi
811beb9dcc
Document new -s/--silent bind switch
2017-10-03 11:20:17 +02:00
Elliott Beach
9fa0edcbc9
document bind behavior when mixing command types
...
Fixes 3683
2017-08-06 20:49:30 -07:00
Fabian Homborg
70354f9f5e
Add bind --list-modes option
...
Fixes #3872 .
2017-03-20 16:42:53 +01:00
Fabian Homborg
af022728bd
Document complete-and-search moving backwards in pager
...
This isn't _clean_, but making a real binding that moves backwards if
in pager and does something else if not is more work.
Fixes #3703 .
2017-01-06 16:13:01 +01:00
Fabian Homborg
a8a10d634b
Document *-of-buffer functions
...
See #3632 .
2016-12-09 19:34:26 +01:00
Aaron Gyes
ea3e144f2d
Fix warning: Found unknown command `\args'
...
The problem was that 'cd' is a builtin.
Thanks @MarkGriffiths
Fixes #3418
2016-10-10 11:50:39 -07:00
Kurtis Rader
b8817215dc
trivial fixes to make doxygen happy
2016-04-23 12:26:57 -07:00
Fabian Homborg
6c5f923a47
Remove non-existing functions in bind docs
...
At least delete-line was previously a thing, but none of these are still available.
First part of #2914
2016-04-08 16:35:12 +02:00
Federico Ferri
168a156e58
implement swap-selection-start-stop function
...
The swap-selection-start-stop function goes to the other end of the highlighted text, the equivalent of `o' for vim visual mode.
Add binding to the swap-selection-start-stop function, `o' when in visual
mode.
Document swap-selection-start-stop, begin-selection, end-selection, kill-selection.
2016-03-20 19:22:04 -07:00
Fabian Homborg
5e09411340
Document more bind functions
...
Fixes #2534 as backward-kill-path-component is now documented.
2016-03-06 15:23:55 +01:00
ridiculousfish
218843b9e4
Simplify escape character documentation in doc_src/bind.txt
2016-02-04 14:18:12 -08:00
ridiculousfish
25ad8866c9
Merge change for lengthened and configurable escape key timeout
2016-02-04 13:56:49 -08:00
Kurtis Rader
2646d51a0b
change default escape timeout
...
This changes the default escape timeout for the default keybindings (emacs
mode) to 300ms and the default for vi keybindings to 10ms.
I couldn't resist fixing a few nits in the fish_vi_key_bindings.fish file
since I was touching it to set the escape timeout.
2016-02-04 13:39:19 -08:00
Kurtis Rader
e88bfbc440
incorporate suggestion by @oranja
2016-02-04 13:39:19 -08:00
Fabian Homborg
7c4f553acc
Better document that binds in config.fish don't work
...
Fixes #230
2016-01-24 14:32:43 +01:00
Kurtis Rader
0dac245b58
document the escape timeout
2016-01-21 20:22:25 -08:00
Michael Steed
cdfb425ac4
document new input functions
2015-06-04 12:09:02 -07:00
Kevin Ballard
bae2b2cc47
Fix examples in bind
documentation
2014-10-01 18:20:09 -07:00
ridiculousfish
4f4734fc9b
Fix some busted escape sequences in docs, and slightly reformat a few examples
2014-09-27 16:56:13 -07:00
Mark Griffiths
8d3d51a020
lexicon_filter fix for escaped options
...
Fixes #1703 . Also fixes short and long options markup in synopsis when
directly following a '(' or '[' character.
2014-09-23 00:24:05 -07:00
Kevin Ballard
5b33e60752
Support bind SEQ
to print a binding for SEQ
2014-09-22 21:30:44 -07:00
Kevin Ballard
0a3f220572
Rework mode handling of bind
...
Binds with the same sequence in multiple modes was not working right.
Fix up the implementation to propagate modes everywhere as necessary.
This means that `bind` will properly list distinct binds with the same
sequence, and `bind -e` will take mode into account properly as well.
Note that `bind -e seq` now assumes the bind is in the default bind
mode, whereas before it would erase the first binding with that sequence
regardless of mode.
`bind -e -a` still erases all binds in all modes, though `bind -M mode
-e -a` still only erases all binds in the selected mode.
2014-09-22 21:04:06 -07:00
Kevin Ballard
4718636ae2
Update bind
documentation
...
Document all the `bind` flags, including modes.
Fixes #1663 .
2014-09-22 20:08:38 -07:00
Mark Griffiths
98ebb21489
Consistency fixes
2014-09-03 14:43:27 +01:00
Mark Griffiths
137abd0cfa
Make line length, wrapping and spacing consistent
2014-09-03 14:43:26 +01:00
Mark Griffiths
1052eeee8c
Simplify styling
2014-09-03 14:43:25 +01:00
Mark Griffiths
d282bc4625
Documentation update
...
Rework for Doxygen >1.8. Moved large parts of the documentation to a
simplified format, making use of Markdown enhancements and fixing bad
long options.
2014-09-03 14:43:24 +01:00
David Adam (zanchey)
1565f9d9c3
fix typo introduced in b56542a9f
...
Thanks to @siteshwar for spotting.
b56542a9f1 (commitcomment-4083982)
b56542a9f1 (commitcomment-4083982)
2013-09-13 13:43:36 +08:00
David Adam (zanchey)
b56542a9f1
document new bindings introduced in cd1c2f74d3
2013-09-13 11:59:03 +08:00
Mikko Viitamäki
6ec4591f02
fixing small typo
2013-08-16 11:45:15 +03:00
David Adam (zanchey)
b482cab7be
docs: add editor documentation, move binding information
...
closes #931
also fixes a crossreference error
2013-08-07 11:23:17 +08:00
David Adam (zanchey)
27d84ef8be
documentation for test and function ( closes : #734 )
...
plus speling in documentation for bind.
Note that this commit does not re-enable the generation of the manpage for
test, which will therefore still fall through to the system manual page with
`man test`.
2013-07-29 16:07:00 +08:00
David Adam (zanchey)
1287b9d823
Help cleanup
...
Large list of changes, including formatting and typos for most commands.
More substantive changes have been made to alias, bind, block, break,
builtin, case, cd, commandline, count, else, emit, fish_config, funced,
function, functions, history, math, mimedb, nextd, not, popd, prevd,
pushd, pwd, random, read, set, set_color, switch, test, trap, type,
ulimit, umask, and while.
2013-05-13 01:48:20 -07:00
nmeum
24afe544a3
Typos
2013-04-14 12:19:56 +05:30
Nate Soares
f310f1e96c
keybindings → key_bindings (for consistency)
2012-10-20 12:15:49 -07:00
Rubycut
1b8f1650dc
explain how to load binds automatically
2012-08-04 11:32:04 -07:00
liljencrantz
0ad64ad2e4
Improve documentaion for bind builtin, clarify how to specify key sequences.
...
darcs-hash:20080119003820-75c98-b1f9360ddab9206a1cdf77b94ce28e9978badb53.gz
2008-01-19 10:38:20 +10:00
liljencrantz
f4f10a8226
Documentation improvements on new key binding system
...
darcs-hash:20070928213654-75c98-a4845fb417b0b29a75d4a337df18250bc488e271.gz
2007-09-29 07:36:54 +10:00
liljencrantz
cf8e746d0c
First stab at dropping all support for readlines inputrc files and instead using an internal system for performing keybinding.
...
darcs-hash:20070925161447-75c98-1feaef88a4b518badb7879f598f06ab650a8f93b.gz
2007-09-26 02:14:47 +10:00
axel
df55e89bbb
Spelling fixes from Chris Rebert
...
darcs-hash:20070801173524-ac50b-760d9ddf0e68aa24cd570b542824a7f2b3248ff5.gz
2007-08-02 03:35:24 +10:00
axel
885d16fcd6
Fix casing and other minor issues in documentation
...
darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
2006-11-01 01:23:16 +10:00
axel
7a5823fd60
Documentation updates from Beni Cherniavsky
...
darcs-hash:20060919145203-ac50b-bc87b8f5e6a18395e4bc3e364da4a40ad97850e7.gz
2006-09-20 00:52:03 +10:00
axel
7ddecde543
Add subdirectories
...
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
2005-09-20 23:31:55 +10:00