summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2018-08-21Add flags to refresh-client (-U -D -L -R and -c) to pan a window thatNicholas Marriott
2018-08-20Merge branch 'obsd-master'Thomas Adam
2018-08-20Add -Z to find-window as well.nicm
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-07-23Merge branch 'obsd-master'Thomas Adam
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-06Merge branch 'obsd-master'Thomas Adam
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.nicm
2018-07-04Merge branch 'obsd-master'Thomas Adam
2018-07-04whitespace needed between macro args and punctuation;jmc
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm
2018-07-04Add pane focus hooks.nicm
2018-06-08Merge branch 'obsd-master'Thomas Adam
2018-06-08Tweak previous - check for a NULL client and simplify manual text.nicm
2018-06-03Merge branch 'obsd-master'Thomas Adam
2018-06-03Increment the lines counter when skipping a line to avoid an infinitenicm
2018-05-28Merge branch 'obsd-master'Thomas Adam
2018-05-28Document escaping inside conditionals, from "sadie-parayno" in GitHubnicm
2018-05-22Merge branch 'obsd-master'Thomas Adam
2018-05-22Allow escaping , and } with # in #{}; GitHub issue 1332.nicm
2018-05-09Merge branch 'obsd-master'Thomas Adam
2018-05-09Mention allow-rename with \033k.nicm
2018-04-23Merge branch 'obsd-master'Thomas Adam
2018-04-23#aabbcc will use RGB if supported so don't say it is closest match.nicm
2018-04-18Merge branch 'obsd-master'Thomas Adam
2018-04-18Fix || example.nicm
2018-04-10Merge branch 'obsd-master'Thomas Adam
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill annicm
2018-02-28Merge branch 'obsd-master'Thomas Adam
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2018-02-22Merge branch 'obsd-master'Thomas Adam
2018-02-22Add exit-empty option to exit server if no sessions (defaults to on).nicm
2018-01-17Merge branch 'obsd-master'Thomas Adam
2018-01-16Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm
2017-12-22Merge branch 'obsd-master'Thomas Adam
2017-12-22Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.nicm
2017-11-16Merge branch 'obsd-master'Thomas Adam
2017-11-16Add -and-cancel variants for scrolling commands to exit copy mode whennicm
2017-11-15Merge branch 'obsd-master'Thomas Adam
2017-11-15Add a common function for spreading out cells and use it for the twonicm
2017-11-02Merge branch 'obsd-master'Thomas Adam
2017-11-02Format for group list of "other sessions" is a bit weird, just list allnicm
2017-11-02Only show the first member of session groups in tree mode (-G flagnicm
2017-10-26Merge branch 'obsd-master'Thomas Adam
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm
2017-10-25Merge branch 'obsd-master'Thomas Adam
2017-10-25Note that notifications are also hooks.nicm
2017-10-25Merge branch 'obsd-master'Thomas Adam
2017-10-25Default allow-rename to off because it is ridiculous that applicationsnicm
2017-10-25Merge branch 'obsd-master'Thomas Adam