diff options
author | nicm <nicm> | 2021-04-07 12:50:12 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-04-07 12:50:12 +0000 |
commit | 71fc9f3ee8753a2bb163c85c784936a8d6d3e0ac (patch) | |
tree | 3ad3b9adad9887b2a661a64e3ea2573d1f28ecc5 /tmux.1 | |
parent | 1ac47400d296ad3a56e9740f9249175bb59953d5 (diff) | |
download | rtmux-71fc9f3ee8753a2bb163c85c784936a8d6d3e0ac.tar.gz rtmux-71fc9f3ee8753a2bb163c85c784936a8d6d3e0ac.tar.bz2 rtmux-71fc9f3ee8753a2bb163c85c784936a8d6d3e0ac.zip |
Add a current_file format for the config file being parsed. Originally
suggested by kn@, also GitHub issue 2638.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4859,6 +4859,7 @@ The following variables are available, where appropriate: .It Li "copy_cursor_word" Ta "" Ta "Word under cursor in copy mode" .It Li "copy_cursor_x" Ta "" Ta "Cursor X position in copy mode" .It Li "copy_cursor_y" Ta "" Ta "Cursor Y position in copy mode" +.It Li "current_file" Ta "" Ta "Current configuration file" .It Li "cursor_character" Ta "" Ta "Character at cursor in pane" .It Li "cursor_flag" Ta "" Ta "Pane cursor flag" .It Li "cursor_x" Ta "" Ta "Cursor X position in pane" |