File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
Future
53
53
------
54
54
55
- - Automatically grab ``[-L socket-name] `` and ``[-S socket-path] ``
56
- from where tmuxp was ran. ``os.environ.get('$TMUX') ``.
57
- - Automatically grab current sesession, window, session from where
58
- script is ran. ``$ tmuxp kill-window `` should kill current window.
59
-
60
- Or, As an alternative, create a mapping that pipes commands right into
61
- tmux like a layer cake.
55
+ - Automatically grab ``[-L socket-name] `` and ``[-S socket-path] ``
56
+ from where tmuxp was ran. ``os.environ.get('$TMUX') ``.
57
+ - Automatically grab current sesession, window, session from where
58
+ script is ran. ``$ tmuxp kill-window `` should kill current window.
59
+
60
+ Or, As an alternative, create a mapping that pipes commands right into
61
+ tmux like a layer cake.
62
62
63
63
.. _pep257 : http://www.python.org/dev/peps/pep-0257/
64
64
.. _pep8 : http://www.python.org/dev/peps/pep-0008/
You can’t perform that action at this time.
0 commit comments