Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Marc Cornellà
77aa1795d2
Revert "fix: Update tmux plugin to use modern terminfo. ( #8582 )"
...
This reverts commit 69caf98cf7 .
6 years ago
Dennis Rausch
69caf98cf7
fix: Update tmux plugin to use modern terminfo. ( #8582 )
...
* fix: Update tmux plugin to use modern terminfo.
* doc: Update documentation for tmux plugin.
6 years ago
Marc Cornellà
7b73c9ca1c
tmux: add ZSH_TMUX_UNICODE to README
7 years ago
Peter Mosmans
be73666f34
tmux: add support for forced unicode support ( #5166 )
...
When ZSH_TMUX_UNICODE=true then tmux is informed that UTF-8 is supported.
Closes #5166
7 years ago
Paulo Diovani Gonçalves
0ad988c598
tmux: export ZSH_TMUX_CONFIG again to provide to tmux ( #8390 )
7 years ago
Yuan-Hao Chen
24d83d1e8c
tmux: fix bad tmux config syntax and logical expression error in 86b39cf ( #8374 )
7 years ago
StelFux
86b39cfa0a
tmux: allow to define a custom configuration path ( #7606 )
7 years ago
Isaac Clayton
ef96a38fa5
Upgrade some URLs to HTTPS ( #8202 )
...
* Update http to https in Solarized
* Upgrade http to https for 'Burger In Your Shell'
* Upgrade http to https for tmux.github.io
7 years ago
Marc Cornellà
e780209c33
tmux: use $terminfo to avoid echoti errors
...
See https://github.com/robbyrussell/oh-my-zsh/issues/7407#issuecomment-441665143
8 years ago
Marc Cornellà
b1424e2893
tmux: use echoti instead of tput for FreeBSD compatibility
...
Fixes #7407
FreeBSD's tput needs termcap codes instead of terminfo capnames, so using `tput colors`
has the wrong effect. See #7407
8 years ago
Sagar Patil
1abf04cb01
tmux: add README ( #7293 )
8 years ago
15cm
ff6b4c835b
tmux: do not auto-load tmux inside of Emacs/Vim
...
When Emacs and Vim are launched from outside of an interactive shell,
$TMUX and $STY are not set; check for Emacs and Vim environment
variables instead.
8 years ago
Marc Cornellà
60db5cdb58
tmux: fix invalid syntax on old zsh versions
...
First reported on f584de5930 (r29984052)
8 years ago
Marc Cornellà
76d3eedf7f
tmux: fix regression after f584de5
...
Fixes #7041
8 years ago
Marc Cornellà
f584de5930
tmux: refactor and simplify tmux function logic
8 years ago
Andrew Janke
19716a8e3d
tmux: refactor
...
- Consolidates the switch-adding logic for readability.
- Replaces "[[ ... ]] && ..." with "if [[ ... ]]; then ..." in some
cases to avoid a spurious nonzero exit status from _zsh_tmux_plugin_run.
- Puts error message on stderr instead of stdout
8 years ago
Andrew Janke
f33691fbb6
tmux: detabify source code
...
Also changes the tmux detection test to do an early exit if tmux is absent,
to reduce the indentation level of the main body of code.
8 years ago
Daniel Grove
906a7731af
Add tmux attach -d alias ( #5285 )
10 years ago
Peter Butkovic
eb0549750f
additional tmux aliases
12 years ago
Kevin Traver
d01ca03635
Add tmux aliases
13 years ago
fff
849c80b02d
fixed typo in tmux plugin
13 years ago
Matei Trusca
9cec52c449
fixed typo in tmux plugin
13 years ago
Andrew Schwartzmeyer
55f7990607
Not loading home tmux confs when iTerm2 tmux integration is enabled
13 years ago
Andrew Schwartzmeyer
bc65443734
Adding support for iTerm2 tmux integration via option '-CC'
13 years ago
Josh Matthews
19ae0b576c
Exporting path to fixed config as a global variable.
...
This is done to fix compatibility with antigen.
To keep with convention, the variable has been renamed to be in all caps.
13 years ago
Josh Matthews
a91872df35
Prefixing tmux wrapper function with '_'.
13 years ago
Josh Matthews
f0a920df5a
Checking to make sure tmux is actually installed before running plugin.
...
If it is not found an error message is printed.
13 years ago
Josh Matthews
4e8681c6e1
Adding options to choose tmux TERM for 256 and non-256 color terminals.
...
This may be needed on systems that don't have the proper terminfo for
screen and/or screen-256color. Otherwise the defaults of screen and
screen-256color should be fine.
13 years ago
Josh Matthews
86c9b32031
Adding compdef to maintain tmux completions.
13 years ago
Josh Matthews
56c46c4ed8
Fixing typo in alias.
13 years ago
Josh Matthews
691630a895
Adding option to prevent autostarting tmux more than once in the same session.
13 years ago
Josh Matthews
f096644c75
Checking if already in tmux before autostarting in tmux in tmux plugin.
13 years ago
Josh Matthews
43c50f03e3
Checking environment instead of local variable for fixing term in tmux plugin.
13 years ago
Josh Matthews
7b15627851
Fixing typos, logic, and gremlins in tmux plugin.
13 years ago
Josh Matthews
bf40d4e354
Adding helper tmux config files to tmux plugin.
13 years ago
Josh Matthews
45a4db33f8
Enabling autostart of tmux in tmux plugin.
13 years ago
Josh Matthews
0cf871d512
Adding comments to tmux plugin.
13 years ago
Josh Matthews
778ae57772
Tmux plugin now just runs tmux if any extra args are given.
13 years ago
Josh Matthews
3aef6793c2
Now checking for 256 color terminal in tmux plugin.
13 years ago
Josh Matthews
26ee66f179
Adding main function and alias to tmux plugin.
13 years ago
Josh Matthews
b979400cff
Starting tmux plugin with basic config variables.
13 years ago