Commit Graph

68 Commits

Author SHA1 Message Date
Sanchayan Maity b340219734
tmux: Update plugins 2024-02-07 14:56:43 +05:30
Sanchayan Maity ed62b12122
tmux: Update plugins 2023-12-18 17:36:37 +05:30
Sanchayan Maity 776a1c57d6
tmux: Update plugins 2023-08-30 13:48:55 +05:30
Sanchayan Maity 71873b1177
tmux/tmuxp: Create a separate tmux session for Haskell 2023-04-27 19:54:23 +05:30
Sanchayan Maity a8e4b87cfa
tmux: Update plugins 2023-04-07 19:54:56 +05:30
Sanchayan Maity 920241f429
tmux: Update plugins 2023-01-12 18:39:37 +05:30
Sanchayan Maity faa5ccb3a7
tmux: Do not show panes when switching sessions
Seeing panes while switching is not helpful enough with our naming
scheme for panes. Just show sessions and use exact option with fzf
to switch quickly.
2022-12-30 13:26:21 +05:30
Sanchayan Maity a279d57e33 tmux: Update plugins 2022-12-14 20:03:24 +05:30
Sanchayan Maity 2e698be9d8 tmux: Start with base index as 1
Start numbering for panes and windows from 1, it is just convenient.
2022-11-23 12:42:06 +05:30
Sanchayan Maity 0fa6ed0143 tmux: Update plugins 2022-10-01 09:56:18 +05:30
Sanchayan Maity 24bacf5d87 tmux: Increase history limit 2022-05-25 16:22:31 +05:30
Sanchayan Maity a5861f627d tmux: Drop copycat
Native regex searches are supported since 3.1. And we have never used
the predefined searches feature supported by copycat.
2022-05-03 18:31:36 +05:30
Sanchayan Maity 6382bcebbf tmux: Set options for fuzzback 2022-05-03 18:31:36 +05:30
Sanchayan Maity ac31d2cc5e tmux: session-setup: Load scratch session first
Since we connect to the scratch session by default, load it first.
2022-04-25 14:29:27 +05:30
Sanchayan Maity 998e22e978 tmux: Drop Tc workaround
See
3e74482d6c
2022-04-15 13:26:40 +05:30
Sanchayan Maity 8b827b49d2 tmux: Put the window list in relative centre 2022-04-13 20:29:56 +05:30
Sanchayan Maity e58ef83bc4 tmux/tmuxp: Update session files 2022-04-01 10:30:48 +05:30
Sanchayan Maity 701bd244be Allow seamless navigation between vim and tmux splits 2022-03-27 16:12:08 +05:30
Sanchayan Maity 44e1389066 tmux: Use combined session & pane selector
Taken from
https://www.reddit.com/r/tmux/comments/rfae7o/navigate_sessions_windows_with_fzf/
2022-03-24 09:16:50 +05:30
Sanchayan Maity 8cc874b830 tmux: Add plugin to capture last command output 2022-03-24 09:16:50 +05:30
Sanchayan Maity 086187834f tmux: Update status line 2022-03-17 17:50:11 +05:30
Sanchayan Maity 05468f86ba tmux: Drop unused key mapping 2022-03-17 17:30:08 +05:30
Sanchayan Maity 9c9ab30bfd tmux: Change session selector 2022-03-17 09:44:16 +05:30
Sanchayan Maity 6fde5418c2 tmux: Add a script to start all required tmux sessions 2022-03-17 09:02:43 +05:30
Sanchayan Maity 3dd3d5c379 tmux: Drop continuum and resurrect
Now that we have sessions and loadable with tmuxp, drop continuum and
resurrect.
2022-03-16 20:28:25 +05:30
Sanchayan Maity 1721a51f47 tmux: Add a key mapping for choose-tree 2022-03-16 16:44:40 +05:30
Sanchayan Maity 31b15efed0 tmux: Add tmux fuzzback 2022-03-16 16:44:40 +05:30
Sanchayan Maity 72428d914b tmux: Fix Continuum
Continuum does not seem to work without the save interval set. Also,
add the status line bit so we know whether it is off or on.
2022-03-14 13:36:45 +05:30
Sanchayan Maity 9006378c24 tmux: Fix terminal settings
The only reasonable value for default-terminal is tmux-256color or
screen-256color. It's the terminfo entry used for tmux itself, not
the outer terminal.

Also set the overrides for foot.
https://codeberg.org/dnkl/foot/issues/348

The trucolor support can be checked as per
https://jdhao.github.io/2018/10/19/tmux_nvim_true_color
2022-03-11 19:09:56 +05:30
Sanchayan Maity 3f5bf6d4d1 tmux: Use arrow keys for pane resizing 2022-03-11 12:39:46 +05:30
Sanchayan Maity 050b56e901 tmux: Increase history limit size 2022-03-11 12:33:10 +05:30
Sanchayan Maity ad6919d837 tmux: Update plugins 2022-03-11 10:48:12 +05:30
Sanchayan Maity 7805bb4111 tmux: Clean up uses of bind-key
bind is an alias to bind-key.
2022-02-08 15:48:24 +05:30
Sanchayan Maity ab92c97016 tmux: Add prefix-S command to capture pane contents to file 2022-02-08 15:48:24 +05:30
Sanchayan Maity 4f339f682a tmux: Set default terminal to foot 2022-01-27 14:50:32 +05:30
Sanchayan Maity 5111831300 tmux: Use Ctrl-arrow keys to switch panes 2021-12-20 16:01:24 +05:30
Sanchayan Maity 054e9998dd tmux: Update plugins 2021-10-07 12:34:00 +05:30
Sanchayan Maity b1d3fb01c2 tmux: Update tmux plugins 2021-07-25 11:59:16 +05:30
Sanchayan Maity 1fb713a8ba tmux: Update plugins 2021-06-05 18:26:22 +05:30
Sanchayan Maity f8086354e8 tmux: Update plugins 2021-04-08 13:30:22 +05:30
Sanchayan Maity 0fb60d9204 Revert "tmux: Start panes with index 1 and allow selecting 10th pane"
This reverts commit fa3fd17e3e.
2021-03-06 12:25:50 +05:30
Sanchayan Maity a636406ddd tmux: Update plugins 2021-01-16 22:12:23 +05:30
Sanchayan Maity f485c7b327 tmux: Update tmux plugins 2020-12-11 17:00:44 +05:30
Sanchayan Maity fa3fd17e3e tmux: Start panes with index 1 and allow selecting 10th pane 2020-11-19 18:28:11 +05:30
Sanchayan Maity 47a52ccbc9 tmux: Use gruvbox dark color scheme
Taken from
https://github.com/egel/tmux-gruvbox
2020-11-19 16:26:31 +05:30
Sanchayan Maity 74fbeed89d Consistently set TERM as alacritty
This affects color rendering inside of tmux and also without tmux.
2020-11-18 13:14:08 +05:30
Sanchayan Maity 13edaced57 Revert "tmux: Show battery and timing information in status line"
This reverts commit 888a04424f. This tmux
plugin does not show battery information reliably all the time.
2020-11-14 12:18:07 +05:30
Sanchayan Maity af12fab71b tmux: Update tmux plugins 2020-11-04 14:55:47 +05:30
Sanchayan Maity f04d0b0041 tmux: Drop left over extrakto configuration
This should have been dropped with commit b1698e9cf6.
2020-10-19 15:29:19 +05:30
Sanchayan Maity 888a04424f tmux: Show battery and timing information in status line 2020-10-19 15:25:16 +05:30