Commit graph

34 commits

Author SHA1 Message Date
de115d0e92 tmux: fix rotation direction
This is more intuitive, given the position of the `i` and `o` keys on
the keyboard:

  - C-o: rotates clockwise
  - C-i: rotates counter-clockwise
2024-08-01 23:08:17 +02:00
61cf8ad5fb tmux: use non-login shells 2024-07-27 03:52:35 +02:00
da0285f274 tmux: reattach-to-user-namespace is no longer needed in macOS 2024-07-27 03:41:19 +02:00
13fa12c5c3 Ensure files end with a new line 2024-07-14 23:51:56 +02:00
429c2f9b0a tmux: add a key binding to capture a pane's history 2024-02-14 03:05:27 +01:00
1ccba52719 tmux: make next-/previous-window key binding not repeating 2024-02-14 03:03:26 +01:00
97a9d2b9a9 tmux: better key bindings for copy-mode 2024-02-14 02:47:29 +01:00
a6beb8a726 tmux: add key binding to move windows around 2024-02-14 02:46:50 +01:00
9f5478d75d tmux: finer resizing of panes 2024-02-14 02:46:19 +01:00
6d5dba4f32 tmux: add indicator for zoomed flag 2024-02-14 02:03:36 +01:00
d30c143c5d tmux: restore . and , to move between windows
This is more ergonomic and it turns out that my muscle memory is really
strong on this one...
2024-02-13 00:12:11 +01:00
521f8df00d tmux: add indicators for windows with synced/marked panes 2024-02-10 14:20:24 +01:00
418cb5b9c5 tmux: small tweak to navigation commands 2024-02-10 14:19:36 +01:00
2efd27b371 tmux: add pane id and separators to status line 2023-10-17 22:15:49 +02:00
961d086b9d tmux: status line style tweak 2023-10-05 22:00:25 +02:00
167c45650a tmux: minor color tweaks for gruvbox 2023-08-01 14:06:51 +02:00
3588dd7e2c tmux: minor color tweak 2023-07-22 18:37:56 +02:00
983bbdef1d tmux: update colors to gruvbox 2023-07-22 00:59:10 +02:00
93770849ce tmux: add bindings to join-pane above and left 2023-01-30 18:36:26 +01:00
feed74234d tmux: config formatting change 2023-01-30 18:32:24 +01:00
754e846068 tmux: enable focus-events 2023-01-30 18:31:11 +01:00
101f42934f tmux: simplify status line 2022-12-12 20:48:00 +01:00
3b21a2b900 tmux: visual tweak to the status line
iTerm2 is still acting up under some circumstances and the special
symbols that I was using to delimit the current window name get messed
up. This is also an opportunity to make the configuration a bit more
visually minimal :).
2022-11-15 09:42:08 +01:00
b870ca983d tmux: revert navigation bindings
Even after allowing for some time to adjust my muscle memory, it turns
out that I prefer the previous way of navigating.

This reverts commits:

    - 1c51425d370cd25c1c189a054809557759028d19
    - 7ef518901890c8979309fc23cf6b3293ef498dbb
2022-10-24 10:14:43 +02:00
0dd6508519 tmux: fancier status line 2022-10-14 15:53:30 +02:00
7beec2e197 tmux: enable repetition for navigation bindings 2022-10-14 15:20:57 +02:00
6b19e4587f tmux: enable italic support 2022-10-10 10:32:46 +02:00
f174612d03 tmux: use base04 for status-style background 2022-09-26 21:15:40 +02:00
7426716732 tmux: hold down CTRL to move between panes
This makes the movements a bit faster and more fluid because I can just
keep my finger on CTRL after typing in the prefix.
2022-09-22 15:56:29 +02:00
f441587f2f tmux: tweak status line colors 2022-02-19 01:41:06 +01:00
c39761f4a1 tmux: tweak message and command styles 2022-02-19 01:16:40 +01:00
453b0e6b93 tmux: add new key bindings to manage windows/panes 2022-02-19 01:08:46 +01:00
56e0574d1e tmux: small visual tweaks 2022-02-19 00:02:19 +01:00
61f0b64b84 install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00