aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/tmux.fish
Commit message (Collapse)AuthorAge
* tmux completion: add more attach-session aliasesGravatar Igor Savchuk2014-12-08
|
* tmux: make session auto-completion user friendlyGravatar Greg Dietsche2013-04-12
| | | | | | | make it more user friendly by matching the output of: tmux list-sessions Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* tmux: use status-left short flagsGravatar Greg Dietsche2013-04-12
| | | | | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> Conflicts: share/completions/tmux.fish
* tmux: implement Status LineGravatar Greg Dietsche2013-04-12
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* tmux: implement ENVIRONMENTGravatar Greg Dietsche2013-04-12
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* Don't pass 0 to seq because BSDs are dumb. Pipe tmux stderr to /dev/nullGravatar ridiculousfish2013-04-04
|
* Squashed commit of the following:Gravatar ridiculousfish2013-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 6259665e972d478f1ce4ab3d233033ec1dd7eef2 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Thu Apr 4 11:02:35 2013 -0500 change spaces to tabs Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 465333d982db441f430767b645fdcd95e44cc5d6 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Wed Apr 3 11:15:22 2013 -0500 tmux: implement completion for panes Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 684baf98a6ac070847f20a02838abe58e8c22d5b Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 23:56:27 2013 -0500 tmux: don't suggest dirs Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 8c4a9854a1f173866439f976301b743354c945c8 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 21:57:40 2013 -0500 move front flags to the top of the tmux file Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 7f2321e9cd20a5aa2bcbfe940e20ec57bcca2609 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 20:06:54 2013 -0500 fix some of the initial parameters Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit f70fc55bed40c0ccd2a00921c0e7373e7c18b5d7 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 21:47:25 2013 -0500 implement tmux KEY BINDINGS implement the commands in the KEY BINDINGS man page section Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit ec423040dba742f67c06dbb932417f6d19b90fba Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 00:10:43 2013 -0500 implement tmux completion for CLIENTS AND SESSIONS Fully implement all tmux commands found in the tmux man page section titled: "CLIENTS AND SESSIONS" Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* Squashed commit of the following:Gravatar ridiculousfish2012-06-15
commit 33358874f1c275d8b08186e29f24a7889d2b5224 Author: maxfl <gmaxfl@gmail.com> Date: Thu Jun 14 11:01:13 2012 +0400 revert fish_pager commit cee1bc8a66ec3adc9573b76e1aca3131cd32db83 Author: maxfl <gmaxfl@gmail.com> Date: Thu Jun 14 10:57:41 2012 +0400 revert fish_pager.cpp commit 27f3bd39dd9903009503d20a59a9e2ba84add07a Author: maxfl <gmaxfl@gmail.com> Date: Wed Jun 13 17:35:20 2012 +0400 __fish_complete_command now can understand '--arg=option' tokens latexmk completion is updated commit 97b53a4b53de9389675783f3e90f58215d936356 Author: maxfl <gmaxfl@gmail.com> Date: Wed Jun 13 16:46:47 2012 +0400 . completion commit d5b63b9963b0a02a71f564e7392171c5eab005cd Author: maxfl <gmaxfl@gmail.com> Date: Wed Jun 13 16:46:13 2012 +0400 a lot of new completions commit ceab87d99425124aa010c64ed062e27202b850d2 Author: Maxim Gonchar <gonchar@myhost.localdomain> Date: Tue Jun 12 20:19:31 2012 +0400 A lot of new completions. Some small updates and fixes of old functions and completions. commit 950aecd570b51e1b9dc444cc651b282a220e8d94 Author: Maxim Gonchar <gonchar@myhost.localdomain> Date: Tue Jun 12 20:03:44 2012 +0400 step-coloring initial set_color correction