Commit graph

51 commits

Author SHA1 Message Date
Kevin MacMartin ecc10aa745 Fix some of the comments 2024-04-10 15:16:44 -04:00
Kevin MacMartin e2214dbb88 Re-add R for reloading the user tmux.conf, use F1 and F2 for command and keyboard help, add Alt+? for searching up, and tweak the comments 2024-04-05 16:01:09 -04:00
Kevin MacMartin 5835869a28 Bind N and P to moving to the next and previous session 2024-03-11 12:27:55 -04:00
Kevin MacMartin f5d00f3a0e Swap with the next and previous windows with <ctrl><alt>N and <ctrl><alt>P, show a notification after the config has been reloaded and stay on the current window when swapping with "," 2024-03-09 16:06:38 -05:00
Kevin MacMartin 88fe711380 Re-work the keybindings, add new ones for navigating without needing the prefix, re-organize the file, don't specify the output file for a history dump, and update the readme 2024-03-08 21:40:02 -05:00
Kevin MacMartin 9ba3983e5a Use a lowercase readme 2024-03-08 20:42:11 -05:00
Kevin MacMartin 5043c7ddc1 Enable truecolor where supported 2024-03-05 11:41:10 -05:00
Kevin MacMartin d56c786a4a Sync with the system clipboard instead of needing to manually do it using xclip (which also only works on x11) 2024-02-26 17:40:51 -05:00
Kevin MacMartin eb3237dbe4 Add some settings to improve things in tmux 2023-05-30 13:56:36 -04:00
Kevin MacMartin ca8c64dd30 Add a binding for S to swap the active pane with the marked one 2021-03-18 22:29:17 -04:00
Kevin MacMartin 9853d7af9a Remove the mouse toggling logic as I don't think I've ever intentionally disabled the mouse 2021-03-18 22:17:20 -04:00
Kevin MacMartin 6d14264cce Remove the terminfo italics stuff as this is no longer necessary 2021-02-03 15:58:14 -05:00
Kevin MacMartin 06500bfdcf Use tmux-256color as the default terminal 2021-02-03 15:24:23 -05:00
Kevin MacMartin d254e441ee Remove another feature broken by tmux 3.0 2019-12-11 15:48:11 -05:00
Kevin MacMartin 2a5d4731e7 Remove some options that weren't getting much use that tmux 3.0 doesn't seem to like 2019-11-27 00:20:57 -05:00
Kevin MacMartin d6a297a3d4 Use https for the imgur image in the README 2019-03-08 01:40:13 -05:00
Kevin MacMartin b031357bb2 Remove the trailing line at the end of the bwrate script 2018-01-18 14:41:40 -05:00
Kevin MacMartin a4eaacbf75 Don't run bash as a login shell to prevent double-sourcing 2018-01-08 14:11:08 -05:00
Kevin MacMartin cd0af373d2 Increase the history limit from 10,000 lines to 100,000 lines 2017-12-07 00:02:06 -05:00
Kevin MacMartin 4360c3b7ce Update to reflect changes in 2.4 2017-04-24 23:42:18 -04:00
Kevin MacMartin cc682b0382 Fix typo in README 2016-05-06 15:44:36 -04:00
Kevin MacMartin fb71875d57 Remove the utf8 options as utf8 is now autodetected 2016-04-20 22:50:42 -04:00
Kevin MacMartin 140ae43c29 Re-enable right click in applications inside tmux 2015-10-20 15:08:17 -04:00
Kevin MacMartin 2fc13c9be1 Set the active pane border colour to white 2015-10-20 12:24:10 -04:00
Kevin MacMartin a55000acd5 Use the new mouse setting when enabling/disabling the mouse 2015-10-20 12:18:36 -04:00
Kevin MacMartin 78fe936729 Add config reload and mouse mode keys to the README, fix markdown in the README, change reload /etc/tmux.conf from <ctrl>r to R, and change the colour of the active pane to yellow 2015-10-20 11:47:48 -04:00
Kevin MacMartin 4514e2a996 Update mouse settings to reflect tmux 2.1 2015-10-19 21:46:02 -04:00
Kevin MacMartin 4320721ecc Change ctrl-escape (which doesn't actually work) to ctrl-r 2015-05-28 19:27:59 -04:00
Kevin MacMartin 16bb184264 Remove setting no longer present in tmux 2.0+, and change Escape to Ctrl-Escape 2015-05-28 16:22:16 -04:00
Kevin MacMartin 0f5dea490c Improve bash used in bwrate script 2015-02-27 09:22:10 -05:00
Kevin MacMartin c45becdd5c Swap ctrl-space and space for last pane and window (ctrl is now for window) 2014-12-22 22:19:46 -05:00
Kevin MacMartin 5aa5d6dde0 Swap {/} and _/+ as it seems more logical + fix typos in comments 2014-10-28 10:44:22 -04:00
Kevin MacMartin e16d7ede0b change README mappings to table, improve <,> + join as split + tweaks 2014-10-28 10:34:03 -04:00
Kevin MacMartin a5f1e48667 Fixed a typo in the README and added some new mappings 2014-10-14 06:31:00 -04:00
Kevin MacMartin 633601dd57 ctrl-v to paste the X buffer and ctrl-y to send the tmux buffer to X 2014-08-29 04:30:09 -04:00
Kevin MacMartin 0d9d10eaeb Added the ability to save scrollback with <prefix>W 2014-08-28 09:00:24 -04:00
Kevin MacMartin c9acb9d348 Added bell and content styles so nothing reverses on activity 2014-08-18 21:39:04 -04:00
Kevin MacMartin bc1b3826f1 Added a script to generate a terminfo file for tmux with support for
italics, and added an explanation of how and why this works to the
README.
2014-07-26 04:45:44 -04:00
Kevin MacMartin 2eb64d2593 Tweaked comment on $TERM after realizing override should be for urxvt 2014-07-23 00:34:52 -04:00
Kevin MacMartin 94c093e087 Start counting windows/panes @ 1 and add direct switching with M-[0-9] 2014-07-22 21:48:54 -04:00
Kevin MacMartin b062b88ade tweaked the README to reflect an older change + made it more stylish 2014-07-16 22:25:51 -04:00
Kevin MacMartin baac318ed9 Removed repeat from navigating between panes using the arrow keys 2014-06-26 08:06:43 -04:00
Kevin MacMartin c0cfd107ad No longer repeat pane creation 2014-06-12 09:01:37 -04:00
Kevin MacMartin 299472a8bb Opening a new tab in the same dir when root places you in / so I'm
changing back to the new default behaviour of always $HOME. Also,
when changing panes with repeat on for h,j,k and l, you can't type
those letters until the repeat timeout is reached, so I'm keeping
repeat on for the arrow keys but removing it from h,j,k and l.
2014-06-04 17:24:37 -04:00
Kevin a01ce13975 c and ctrl-c are reversed (c opens in the current dir and ctrl-c in
$HOME), and they're no longer repeatable as this was causing more
headache than it was worth
2014-04-30 02:51:12 -04:00
Kevin d2755888cd Made a small tweak to the theme 2014-04-09 15:51:22 -04:00
Kevin 84209b6f26 Added a bit more markup to the README 2014-04-09 15:43:09 -04:00
Kevin ba582e706e Added a screenshot to the readme 2014-04-09 15:41:50 -04:00
Kevin 0884c9a0b9 Fixed a typo in the readme 2014-04-09 14:33:53 -04:00
Kevin 5b77a6002e Adding the readme, bwrate script and the normal and powerline versions
of the tmux config.
2014-04-09 14:30:31 -04:00