Skip to content

Commit 0a1469e

Browse files
committed
Fix indentation on roadmap
1 parent 11f3e2d commit 0a1469e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

TODO

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Done
5252
Future
5353
------
5454

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.
6262

6363
.. _pep257: http://www.python.org/dev/peps/pep-0257/
6464
.. _pep8: http://www.python.org/dev/peps/pep-0008/

0 commit comments

Comments
 (0)