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
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
24bacf5d87
tmux: Increase history limit
2022-05-25 16:22:31 +05:30
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
6382bcebbf
tmux: Set options for fuzzback
2022-05-03 18:31:36 +05:30
998e22e978
tmux: Drop Tc workaround
...
See
3e74482d6c
2022-04-15 13:26:40 +05:30
8b827b49d2
tmux: Put the window list in relative centre
2022-04-13 20:29:56 +05:30
701bd244be
Allow seamless navigation between vim and tmux splits
2022-03-27 16:12:08 +05:30
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
8cc874b830
tmux: Add plugin to capture last command output
2022-03-24 09:16:50 +05:30
086187834f
tmux: Update status line
2022-03-17 17:50:11 +05:30
05468f86ba
tmux: Drop unused key mapping
2022-03-17 17:30:08 +05:30
9c9ab30bfd
tmux: Change session selector
2022-03-17 09:44:16 +05:30
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
1721a51f47
tmux: Add a key mapping for choose-tree
2022-03-16 16:44:40 +05:30
31b15efed0
tmux: Add tmux fuzzback
2022-03-16 16:44:40 +05:30
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
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
3f5bf6d4d1
tmux: Use arrow keys for pane resizing
2022-03-11 12:39:46 +05:30
050b56e901
tmux: Increase history limit size
2022-03-11 12:33:10 +05:30
7805bb4111
tmux: Clean up uses of bind-key
...
bind is an alias to bind-key.
2022-02-08 15:48:24 +05:30
ab92c97016
tmux: Add prefix-S command to capture pane contents to file
2022-02-08 15:48:24 +05:30
4f339f682a
tmux: Set default terminal to foot
2022-01-27 14:50:32 +05:30
5111831300
tmux: Use Ctrl-arrow keys to switch panes
2021-12-20 16:01:24 +05:30
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
fa3fd17e3e
tmux: Start panes with index 1 and allow selecting 10th pane
2020-11-19 18:28:11 +05:30
47a52ccbc9
tmux: Use gruvbox dark color scheme
...
Taken from
https://github.com/egel/tmux-gruvbox
2020-11-19 16:26:31 +05:30
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
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
f04d0b0041
tmux: Drop left over extrakto configuration
...
This should have been dropped with commit b1698e9cf6
.
2020-10-19 15:29:19 +05:30
888a04424f
tmux: Show battery and timing information in status line
2020-10-19 15:25:16 +05:30
843f04fdc5
tmux: Increase scrollback buffer size
2020-10-18 17:58:49 +05:30
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
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
bb9e575056
tmux: Add vim bindings for copying into tmux buffer
2020-10-10 18:37:53 +05:30
0f89c090db
tmux: Add extrakto tmux plugin
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-06-12 10:19:30 +05:30
dd103824bb
tmux: Remove tmux fingers
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-03-25 19:06:21 +05:30
af5e1aa0ab
tmux: Allow selecting window 0
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-06 19:51:13 +05:30
6675403f66
tmux: Add tmux fingers
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-06 14:17:17 +05:30
2368683a64
tmux: Do not use arrow keys for pane navigation
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-05 18:51:25 +05:30
fd30c5af11
tmux: Let base index start from 0
2020-01-04 15:58:05 +05:30
9acfd3d096
tmux: Keep default of starting pane index from 0
2020-01-03 15:28:17 +05:30
7200bbece7
Switch to using stow for dotfiles management
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 14:18:38 +05:30