aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_default_key_bindings.fish
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into bind_modeGravatar Julian Aron Prenner2014-01-15
|\ | | | | | | | | | | | | Conflicts: builtin.cpp reader.cpp share/functions/fish_default_key_bindings.fish
* | Add optional options to fish_default_key_bindingsGravatar Maxim Gonchar2014-01-15
| | | | | | | | | | | | | | These options will be passed to the bind command. Now it's possible to call fish_default_key_bindings -M insert to set all original bindings to the insert mode
| * Add Alt+. as a default binding for history-token-search-backwardGravatar David Adam2014-01-08
|/ | | | Closes #89.
* add bindings for PuTTY's I-can't-believe-it's-xterm keyboardGravatar David Adam2013-11-13
| | | | (see #170)
* Use basename for man argumentGravatar Konrad Borowski2013-11-09
| | | | This protects from providing paths to man, like `./a.out`.
* Allow reading manpages by using F1.Gravatar Konrad Borowski2013-11-09
|
* default key bindings: fix syntax errors introduced in 735af50Gravatar David Adam2013-09-24
|
* default key bindings: add further iTerm2 bindingsGravatar David Adam2013-09-24
|
* add support for downcase-word, upcase-word and capitalise-wordGravatar Christian Rishøj2013-09-09
|
* OS X Mavericks keybinding fixGravatar ridiculousfish2013-09-05
|
* Fix more indentation in fish_default_key_bindings.fishGravatar ridiculousfish2013-08-31
|
* Fix indentationGravatar ridiculousfish2013-08-31
|
* Support iTerm2 forward/backward word escapesGravatar ridiculousfish2013-08-31
| | | | (https://github.com/fish-shell/fish-shell/issues/920)
* Add some const, fix spacesGravatar ridiculousfish2013-06-02
|
* transpose-wordsGravatar Christian Rishøj2013-06-02
|
* command and binding for transpose-charsGravatar Christian Rishøj2013-05-24
|
* Teach fish about rxvt's special key bindingsGravatar ridiculousfish2013-04-28
| | | | https://github.com/fish-shell/fish-shell/issues/657
* Keybinding of \ew and \ed: Insert a newline before displaying infoGravatar Cheer Xiao2013-01-07
|
* Make meta-backspace less aggressive about what it deletesGravatar ridiculousfish2012-12-20
|
* Fixed test statement in binding for Alt-DGravatar Siteshwar Vashisht2012-12-05
| | | | Fix for https://github.com/fish-shell/fish-shell/issues/421
* Fix for annoying messages when launching on SnowLeopardGravatar Peter Ammon2012-05-30
| | | | Fix for missing .o file in Makefile.in
* default_key_bindings: Added mappings for ctrl-arrow keys.Gravatar Dylan Smith2010-12-02
| | | | | On debian and ubuntu these control sequences are output while using gnome-terminal and xterm.
* remove trialing spaces #2Gravatar Grissiom2010-09-18
|
* Make the Alt-p keybinding respect the PAGER variableGravatar liljencrantz2007-10-06
| | | | darcs-hash:20071006103231-75c98-59ef22ad49526f52cff8a97d9fac9f003af19213.gz
* Make fish automatically realise a repaint is needed in more situations, ↵Gravatar liljencrantz2007-10-06
| | | | | | making many keybinding calls to 'commandline -f repaint' unneeded darcs-hash:20071005145919-75c98-ce349d3718e54df30a050b97afee48b56ab46348.gz
* Drop the unneeded input-function delete-line. It was only there for ↵Gravatar liljencrantz2007-09-30
| | | | | | compatiability with readline, which we have dropped. darcs-hash:20070930073018-75c98-d3abd6e63797c4954778486064f5f55a718f066c.gz
* First stab at dropping all support for readlines inputrc files and instead ↵Gravatar liljencrantz2007-09-26
using an internal system for performing keybinding. darcs-hash:20070925161447-75c98-1feaef88a4b518badb7879f598f06ab650a8f93b.gz