Commit graph

60 commits

Author SHA1 Message Date
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
Sanchayan Maity 843f04fdc5 tmux: Increase scrollback buffer size 2020-10-18 17:58:49 +05:30
Sanchayan Maity b3af70ced1 tmux: Do not care about setting color scheme for old tmux versions
This does not work with latest tmux master so drop it anyways, we do not
care about old versions.
2020-10-12 17:11:47 +05:30
Sanchayan Maity b1698e9cf6 tmux: Switch to tmux-butler & drop extrakto
butler supports pop up windows available in tmux master now and also
isn't dependent on python like extrakto.
2020-10-12 17:08:39 +05:30
Sanchayan Maity bb9e575056 tmux: Add vim bindings for copying into tmux buffer 2020-10-10 18:37:53 +05:30
Sanchayan Maity 2914f7e97d tmux: Update tmux plugins 2020-10-02 12:08:21 +05:30
Sanchayan Maity 6acaf6ad4b tmux: Update tmux plugins
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-07-11 10:55:54 +05:30
Sanchayan Maity 5c21b3e85c tmux: plugins: tmux-resurrect: Update tmux resurrect
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-06-12 11:05:03 +05:30
Sanchayan Maity 0f89c090db tmux: Add extrakto tmux plugin
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-06-12 10:19:30 +05:30