Commit Graph

50 Commits

Author SHA1 Message Date
gardouille 43994b3aa3
Add urlscan options :) 2024-03-14 16:59:12 +01:00
gardouille 9636339acf
Run urlscan if available 2024-03-14 16:39:37 +01:00
gardouille e2abef71ae
Run urlview only if available 2024-03-14 16:38:26 +01:00
gardouille d185ebaf56
Fix status-right 2023-08-16 09:08:32 +02:00
gardouille 80165f964d
New default colorscheme 2023-08-16 08:48:27 +02:00
gardouille a7cdd2396d
Update lock command 2023-05-30 08:56:29 +02:00
gardouille f6b1010c55
New bind and splits for update and authentication 2023-01-24 13:21:04 +01:00
gardouille 31eee9010e
Remove old splits files 2022-12-12 13:56:41 +01:00
gardouille 699690deac
Merge branch 'master' of https://git.101010.fr/gardouille-dotfiles/tmux 2022-12-12 11:55:23 +01:00
gardouille 8b2099aa40
Improve splitting session for workstation
Attach to session if it already exists
Don't attach to new window/pane by default
Improve usage of TARGET_PANE
Kill default session
…
2022-12-12 11:52:32 +01:00
gardouille 34c74fb737
Rename splitHP to splitLAPTOP 2022-12-12 09:56:25 +01:00
gardouille aeff9f0396
New split for workstation 2022-12-12 09:51:43 +01:00
gardouille 582d13be33
Remote host: Bind C-b to last-window
C-b C-b on remote reproduce C-a C-a on local host !
2022-11-14 11:18:12 +01:00
gardouille ee0ee27359
Define color with lowercase 2022-06-09 07:46:59 +02:00
gardouille f52bfbcfef Highlight current window for remote tmux 2019-11-07 11:42:58 +01:00
gardouille 5b87236671 Increase history size of a pane
See https://stackoverflow.com/questions/18760281/how-to-increase-scrollback-buffer-size-in-tmux
2018-02-08 10:46:20 +01:00
gardouille b12376854a Add bindkeys for buffer. 2017-12-12 09:27:44 +01:00
gardouille d8542c9c75 Move copy-mode-vi bindkeys to local configuration. 2017-08-04 14:10:33 +02:00
gardouille a812e8fc2b Try escape for copy-mode 2017-06-27 22:52:26 +02:00
gardouille d52f465d5d Load new bind-key in bepo keyboard. 2017-06-27 22:51:34 +02:00
gardouille b70c0cdbe4 Correct vi-mode syntax
See https://sanctum.geek.nz/arabesque/vi-mode-in-tmux/
2017-06-27 22:39:36 +02:00
gardouille 47ac7cd5e6 Use physlock instead of vlock. 2017-05-04 15:07:42 +02:00
gardouille 105e1e0979 Since 2.2 UTF-8 detection how happens automatically if the client supports it 2016-05-02 18:29:32 +02:00
gardouille 602bf62bab Display hostname in right-statusbar for remote tmux 2016-01-29 11:18:46 +01:00
gardouille 1ee3ebca8a Ensure to load additionnal source file at the end 2016-01-29 11:11:52 +01:00
gardouille 0c73e4a8f0 Add colors variables 2016-01-28 23:54:55 +01:00
gardouille 470c899503 Add a keybinding to toggle tmux status bar visibility 2016-01-28 21:11:49 +01:00
gardouille 9ea56b92ae Add vim-marks for auto-folding 2016-01-28 01:11:03 +01:00
gardouille d95c7f6d10 Display a message when (re)loading tmux config file 2016-01-28 00:58:34 +01:00
gardouille eae896300e Display cmatrix when locking the tmux! 2015-11-25 22:44:03 +01:00
gardouille e12e237a32 Session without Xorg: do not modify status-left and do not display time
in status-right.
2015-09-22 16:24:43 +02:00
gardouille 0dc8efff5a urlview: splitwindow instead of a new one. 2015-09-22 15:42:36 +02:00
gardouille ce27c84c02 * If run a local session, source additionnal config (such as different prefix key, color scheme, …) 2015-09-22 15:35:57 +02:00
gardouille b03dce65eb Use C-a as default a prefix key only on local session (!=ssh). 2015-09-21 21:16:12 +02:00
gardouille 893b8272be The bind-key "_" select the next session.
"C-_" bind-key still list all available sessions.
2015-05-20 13:56:32 +02:00
gardouille e10e337afd New bind-key (C-t) to create a new-session. 2015-05-19 22:55:11 +02:00
gardouille b63e29d510 The copy-mode no longer scrolls one page up! (-u option removed). 2015-05-19 22:54:19 +02:00
gardouille 22234bb8b9 New bind key to paste tmux buffer. 2015-05-19 22:46:38 +02:00
gardouille fc6eba6dad Substitute all "^key" by "C-key" for CTRL-key.
Also use R to reload default tmux configuration file.
2015-05-19 22:40:53 +02:00
gardouille fe4b50c1b2 b: only look for window title or name.
C-b: look for window content, title and name.
2015-05-19 22:31:24 +02:00
gardouille 2220d43d0c C-f or f to Zoom/Unzoom a pane. 2015-05-19 22:09:02 +02:00
gardouille 0e6f35e9f5 New bind-key vi-like buffer: C-b start typing window name to select it. 2015-05-19 22:07:47 +02:00
gardouille 10e2bbd1c5 New bind-key in copy-mode vi-like to begin (v) a selection and copy (y)
it.
New bind-key to send tmux-buffer to X clipboard.
2015-05-19 22:06:00 +02:00
gardouille dfa1b8bd4c Move default Session in a separate file (splitHP) 2015-05-19 21:59:57 +02:00
gardouille 0be5ccc1ed Refresh htop every minute instead of every second. 2015-03-05 15:14:44 +01:00
gardouille cff753f430 Change the directory of a new window. 2015-02-20 11:07:44 +01:00
gardouille 518df8b6c5 Modification des numéros de pane et windows dans les 2 fichiers qui
permettent de spliter automatiquement.
Modification des bind pour spliter afin de se rapprocher de ceux
utilisés dans herbsluft+bepo.
2014-09-12 14:26:55 +02:00
gardouille b7fec458d1 Add:
urlreader/urlviewer
reload tmux configuration
start the windows and panes at 1 instead of 0
2014-09-11 19:42:12 +02:00
gardouille 4c4be0a883 Lancement de `sudo aptitude update` à la place de `sudo zsh`. 2014-09-10 21:38:08 +02:00
gardouille 9533451555 Initialisation des fichiers déjà existants. 2014-08-31 23:59:02 +02:00