aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_default_key_bindings.fish
Commit message (Collapse)AuthorAge
* Bind clipboard-copy to \cx, restore yank bindingGravatar Fabian Homborg2016-06-21
| | | | Fixes #3160.
* Run fish_indent on default_key_bindingsGravatar Fabian Homborg2016-05-25
|
* Add clipboard helper functions and bind themGravatar Fabian Homborg2016-05-25
| | | | \cy copies, \cv pastes.
* Bind btab also in vi-bindingsGravatar Fabian Homborg2016-05-03
| | | | | | It wasn't inherited. Fixes #2964.
* Allow setting key bindings universallyGravatar Fabian Homborg2016-04-26
| | | | As always, we default to setting globally.
* Remove named arg in fish_default_key_bindingsGravatar Fabian Homborg2016-04-26
| | | | This wasn't actually used anywhere.
* Set fish_key_bindings globally in binding functionsGravatar Fabian Homborg2016-04-26
| | | | This should fix the tests.
* Let the binding functions set the binding variableGravatar Fabian Homborg2016-04-26
| | | | | This ensures they can just be called and "the right thing" will happen - fish_user_key_bindings will be executed, the variable will reflect the bindings.
* add way to comment/uncomment a commandGravatar Kurtis Rader2016-04-19
| | | | Fixes #2375
* provide a better experience when user presses \cCGravatar Kurtis Rader2016-04-14
| | | | Fixes #2904
* add \r equivalent bindingGravatar Kurtis Rader2016-03-20
| | | | | | | Add a binding that was overlooked by commit d65c63322ef52443b372c3c49dbd3584596fed6b. Fixes #2834
* allow \cJ (\n) to be bound separate from \cM (\r)Gravatar Kurtis Rader2015-12-08
| | | | | | | This makes it possible (on UNIX systems, don't know about MS Windows) to bind \cJ (\n) independently of \cM (\r, aka [enter]). Resolves #217
* Remove duplicate \cw binding in default key bindingsGravatar ridiculousfish2015-11-08
|
* Update fish_default_key_bindings.fishGravatar maxried2015-10-29
| | | fish_default_key_bindings.fish comments were wrong. Corrected comment about pagination.
* Add escape sequences for arrows in some linux VTsGravatar Fabian Homborg2015-09-01
| | | | | | | Why this is only in some, I don't know, but these don't seem to interfere with anything. Fixes #2309
* Make alt-arrow in iTerm2 do the same thing as elsewhereGravatar Fabian Homborg2015-08-25
| | | | | | nextd-or-forward-word and such Fixes #1836
* ctrl-p as up-or-search and ctrl-n as down-or-searchGravatar Jesse Nazario2015-07-19
|
* default key bindings: ignore FocusIn/FocusOut control sequencesGravatar David Adam2015-01-30
| | | | Closes #1917.
* Add Meta+H as keybinding for man page.Gravatar Konrad Borowski2014-09-28
| | | | | | | | Apparently, in zsh, Meta+H can be used to display the manpage for the current command. This commit adds this zsh feature to fish shell. The F1 keybinding is left, although it's now secondary according to fish help, as some terminal emulators don't let the user press F1 key.
* Fix F1 binding to work with multiple tokens.Gravatar Konrad Borowski2014-08-30
|
* Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: builtin.cpp builtin_commandline.cpp highlight.cpp input.cpp input.h reader.cpp screen.cpp screen.h
| * Support escape or up-arrow to cancel the completion search field.Gravatar ridiculousfish2014-01-27
| |
| * Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
| | | | | | | | complete-and-search.
* | RetabGravatar Maxim Gonchar2014-01-20
| |
* | 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