Commit graph

  • ecc10aa745 Fix some of the comments master Kevin MacMartin 2024-04-10 15:16:44 -0400
  • 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 Kevin MacMartin 2024-04-05 16:01:09 -0400
  • 5835869a28 Bind N and P to moving to the next and previous session Kevin MacMartin 2024-03-11 12:27:55 -0400
  • 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 "," Kevin MacMartin 2024-03-09 16:06:38 -0500
  • 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 Kevin MacMartin 2024-03-08 21:40:02 -0500
  • 9ba3983e5a Use a lowercase readme Kevin MacMartin 2024-03-08 20:42:11 -0500
  • 5043c7ddc1 Enable truecolor where supported Kevin MacMartin 2024-03-05 11:41:10 -0500
  • d56c786a4a Sync with the system clipboard instead of needing to manually do it using xclip (which also only works on x11) Kevin MacMartin 2024-02-26 17:40:51 -0500
  • eb3237dbe4 Add some settings to improve things in tmux Kevin MacMartin 2023-05-30 13:56:36 -0400
  • ca8c64dd30 Add a binding for S to swap the active pane with the marked one Kevin MacMartin 2021-03-18 22:29:17 -0400
  • 9853d7af9a Remove the mouse toggling logic as I don't think I've ever intentionally disabled the mouse Kevin MacMartin 2021-03-18 22:17:20 -0400
  • 6d14264cce Remove the terminfo italics stuff as this is no longer necessary Kevin MacMartin 2021-02-03 15:58:14 -0500
  • 06500bfdcf Use tmux-256color as the default terminal Kevin MacMartin 2021-02-03 15:24:23 -0500
  • d254e441ee Remove another feature broken by tmux 3.0 Kevin MacMartin 2019-12-11 15:48:11 -0500
  • 2a5d4731e7 Remove some options that weren't getting much use that tmux 3.0 doesn't seem to like Kevin MacMartin 2019-11-27 00:20:57 -0500
  • d6a297a3d4 Use https for the imgur image in the README Kevin MacMartin 2019-03-08 01:40:13 -0500
  • b031357bb2 Remove the trailing line at the end of the bwrate script Kevin MacMartin 2018-01-18 14:41:40 -0500
  • a4eaacbf75 Don't run bash as a login shell to prevent double-sourcing Kevin MacMartin 2018-01-08 14:11:08 -0500
  • cd0af373d2 Increase the history limit from 10,000 lines to 100,000 lines Kevin MacMartin 2017-12-07 00:02:06 -0500
  • 4360c3b7ce Update to reflect changes in 2.4 Kevin MacMartin 2017-04-24 23:42:18 -0400
  • cc682b0382 Fix typo in README Kevin MacMartin 2016-05-06 15:44:36 -0400
  • fb71875d57 Remove the utf8 options as utf8 is now autodetected Kevin MacMartin 2016-04-20 22:50:42 -0400
  • 140ae43c29 Re-enable right click in applications inside tmux Kevin MacMartin 2015-10-20 15:08:17 -0400
  • 2fc13c9be1 Set the active pane border colour to white Kevin MacMartin 2015-10-20 12:24:10 -0400
  • a55000acd5 Use the new mouse setting when enabling/disabling the mouse Kevin MacMartin 2015-10-20 12:18:36 -0400
  • 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 Kevin MacMartin 2015-10-20 11:47:48 -0400
  • 4514e2a996 Update mouse settings to reflect tmux 2.1 Kevin MacMartin 2015-10-19 21:46:02 -0400
  • 4320721ecc Change ctrl-escape (which doesn't actually work) to ctrl-r Kevin MacMartin 2015-05-28 19:27:59 -0400
  • 16bb184264 Remove setting no longer present in tmux 2.0+, and change Escape to Ctrl-Escape Kevin MacMartin 2015-05-28 16:22:16 -0400
  • 0f5dea490c Improve bash used in bwrate script Kevin MacMartin 2015-02-27 09:22:10 -0500
  • c45becdd5c Swap ctrl-space and space for last pane and window (ctrl is now for window) Kevin MacMartin 2014-12-22 22:19:46 -0500
  • 5aa5d6dde0 Swap {/} and _/+ as it seems more logical + fix typos in comments Kevin MacMartin 2014-10-28 10:44:22 -0400
  • e16d7ede0b change README mappings to table, improve <,> + join as split + tweaks Kevin MacMartin 2014-10-28 10:34:03 -0400
  • a5f1e48667 Fixed a typo in the README and added some new mappings Kevin MacMartin 2014-10-14 06:31:00 -0400
  • 633601dd57 ctrl-v to paste the X buffer and ctrl-y to send the tmux buffer to X Kevin MacMartin 2014-08-29 04:30:09 -0400
  • 0d9d10eaeb Added the ability to save scrollback with <prefix>W Kevin MacMartin 2014-08-28 09:00:24 -0400
  • c9acb9d348 Added bell and content styles so nothing reverses on activity Kevin MacMartin 2014-08-18 21:39:04 -0400
  • 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. Kevin MacMartin 2014-07-26 04:45:44 -0400
  • 2eb64d2593 Tweaked comment on $TERM after realizing override should be for urxvt Kevin MacMartin 2014-07-23 00:34:52 -0400
  • 94c093e087 Start counting windows/panes @ 1 and add direct switching with M-[0-9] Kevin MacMartin 2014-07-22 21:48:54 -0400
  • b062b88ade tweaked the README to reflect an older change + made it more stylish Kevin MacMartin 2014-07-16 22:25:51 -0400
  • baac318ed9 Removed repeat from navigating between panes using the arrow keys Kevin MacMartin 2014-06-26 08:06:43 -0400
  • c0cfd107ad No longer repeat pane creation Kevin MacMartin 2014-06-12 09:01:37 -0400
  • 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. Kevin MacMartin 2014-06-04 17:24:37 -0400
  • 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 Kevin 2014-04-30 02:51:12 -0400
  • d2755888cd Made a small tweak to the theme Kevin 2014-04-09 15:51:22 -0400
  • 84209b6f26 Added a bit more markup to the README Kevin 2014-04-09 15:43:09 -0400
  • ba582e706e Added a screenshot to the readme Kevin 2014-04-09 15:41:50 -0400
  • 0884c9a0b9 Fixed a typo in the readme Kevin 2014-04-09 14:33:53 -0400
  • 5b77a6002e Adding the readme, bwrate script and the normal and powerline versions of the tmux config. Kevin 2014-04-09 14:30:31 -0400
  • b4ba1c3300 Initial commit Kevin M 2014-04-09 11:29:23 -0700