From 441f561f72090a30d1e17e015c3e5257a70ecd85 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Wed, 10 Mar 2021 00:57:38 +0100 Subject: chat.tmux.conf: use config_files format for reload The recent addition of "#{source_files}" allows us to avoid hardcoding the file name and instead ask tmux itself for the very file it used to create the session in the first place, i.e. "-f ./chat.tmux.conf". --- scripts/chat.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/chat.tmux.conf b/scripts/chat.tmux.conf index e58f955..7ef6ccb 100644 --- a/scripts/chat.tmux.conf +++ b/scripts/chat.tmux.conf @@ -49,7 +49,7 @@ bind-key -n -N 'toggle fullscreen' -- F11 set status # this configuration is idempotent, i.e. reloading it only changes settings # and never duplicates already existing windows bind-key -N 'reload configuration' -- R { - source-file -- ./chat.tmux.conf + source-file -F -- '#{source_files}' display-message -- 'configuration reloaded' } -- cgit 1.4.1 efs/?id=e9363022c79935d6717e75591ec3f1771fa7ed66'>refs log tree commit diff
path: root/bundle/vim-buffergator (unfollow)
Commit message (Expand)Author
2012-01-22Enable syntax-based foldingJune McEnroe
2012-01-22Update quicktaskJune McEnroe
2012-01-22Revert "Add AutoClose"June McEnroe
2012-01-22Revert "Disable powerline for now"June McEnroe
2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe
2012-01-22Disable powerline for nowJune McEnroe
2012-01-22Update some pluginsJune McEnroe
2012-01-22Add VCS repo directories to wildignoreJune McEnroe
2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe
2012-01-22Add vim-spaceJune McEnroe
2012-01-22Add AutoCloseJune McEnroe
2012-01-22Add binding for GundoJune McEnroe
2012-01-22Add GundoJune McEnroe
2012-01-22Add Jellybeans colorschemeJune McEnroe
2012-01-22Add syntasticJune McEnroe
2012-01-21Add PowerlineJune McEnroe
2012-01-21Add quicktaskJune McEnroe
2012-01-15Moved comments out of mapsJune McEnroe
2012-01-14Disable scrollbarsJune McEnroe