aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TODO.md2
-rw-r--r--tmux.conf.dot.link4
3 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 54d8d8e..89ab95d 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ Rhatto's profile dotfiles
=========================
This is the repository for rhatto's profile configuration.
-More information at https://git.sarava.org/?p=metadot.git
+More information at https://git.fluxo.info/metadot
diff --git a/TODO.md b/TODO.md
index 0864fe7..5ae60b3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,7 @@
TODO
====
+* Better integration and automatic `$PATH` inclusion for script repositories.
* Make sure to finish all background processes started on xsessionrc.
* Font configuration on [st](http://git.suckless.org/st/tree/st.c):
* http://marc.info/?l=freedesktop-fontconfig&m=135518559526767&w=2
@@ -12,3 +13,4 @@ TODO
* https://github.com/aconbere/dotfiles/blob/master/.Xdefaults.solarized.urxvt
* Evaluate https://github.com/robbyrussell/oh-my-zsh
* Evaluate http://superuser.com/questions/90535/how-do-i-turn-of-auto-echo-in-bash-when-i-cd
+* [How to use Ctrl-Tab in GNU Screen | Mikael Ståldal's technical blog](https://www.staldal.nu/tech/2009/01/10/how-to-use-ctrl-tab-in-gnu-screen/).
diff --git a/tmux.conf.dot.link b/tmux.conf.dot.link
index e3674b2..069fd28 100644
--- a/tmux.conf.dot.link
+++ b/tmux.conf.dot.link
@@ -22,3 +22,7 @@ set -g status-right-length 60
# Powerline
#source '/usr/share/powerline/bindings/tmux/powerline.conf'
+
+# See https://stackoverflow.com/questions/15470001/bind-ctrltab-and-ctrlshifttab-in-tmux
+#bind-key -n C-Tab next-window
+#bind-key -n C-S-Tab previous-window