Commit Graph

13 Commits

Author SHA1 Message Date
Dionisio E Alonso ecac3157e4 Add undercurl support to Tmux
This config fixes spelling and diagnostics on Vim/Neovim (with the
appropriate colorscheme to implement it).
2021-11-19 09:40:25 -03:00
Dionisio E Alonso afe66807ca Set default-terminal for Tmux as a server option 2019-03-20 09:52:43 -03:00
Dionisio E Alonso 803215bf82 Add lock's shortcut and command to Tmux 2019-03-20 08:47:07 -03:00
Dionisio E Alonso 57f7fb8041 Merge two TrueColor settings into one for Tmux 2019-03-20 08:39:39 -03:00
Dionisio E Alonso 2d21859e62 Delete unnecessary comment in Tmux's configuration 2019-03-18 13:19:25 -03:00
Dionisio E Alonso f2268065e5 Delete legacy mouse settings for Tmux 2019-03-14 17:46:51 -03:00
Dionisio E Alonso 7940aeaad8 Update terminal settings for Tmux version >= 2.2
As of version 2.2 of Tmux, using RGB colors is possible setting
TrueColor for the desired termcap.  Also, tmux-256color termcap has been
added to ncurses-term package.
2019-03-14 17:41:19 -03:00
Dionisio E Alonso 3e9efbd685 Set Tmux to allow running commands to set title
Allow commands running in Tmux to set Tmux's title with theirs in order
to change Terminal's window title too.
2019-03-14 17:32:24 -03:00
Dionisio E Alonso d9b8606f53 Create and use a new termcap for Tmux >= 2.1
As result of default terminal settings changing as of version 2.1 of
Tmux some terminals, specially over SSH connections, won't detect the
TERM correctly, resulting in wrong colors displayed when using them
inside Tmux (for instance when running Vim).

The Tmux setting using a custom termcap and the shell settings described
in comments help to overcome those issues.
2019-03-14 17:23:24 -03:00
Dionisio E Alonso 5e9adde616 Update mouse settings in Tmux for version 2.0 2019-03-14 17:03:16 -03:00
Dionisio E Alonso 59387f64ec Add theme for Tmux
Add both the Tmux setting in config file and a personal adaptation of
Zenburn theme.
2019-03-14 16:49:05 -03:00
Dionisio E Alonso e6049df6eb Add keybindings for window/client switching for Tmux
This are the same handy keybindings Byobu uses for switching between
windows and clients.
2019-03-14 15:47:37 -03:00
Dionisio E Alonso c8f4d8093e Add base Tmux config with mouse control for Tmux 2019-03-14 12:27:00 -03:00