From 0114c1c36225ae027d1e3bb87008148f84593979 Mon Sep 17 00:00:00 2001 From: DreadedX Date: Fri, 29 Aug 2014 16:09:20 +0200 Subject: [PATCH] Moddfied tmux config to have a keybind to switch around windows --- tmux.conf | 2 ++ vim/vim | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 120000 vim/vim diff --git a/tmux.conf b/tmux.conf index 5dced2d..138ac53 100644 --- a/tmux.conf +++ b/tmux.conf @@ -33,6 +33,8 @@ set-option -g set-titles on bind -n C-j new-window bind -n C-h prev bind -n C-l next +bind -n C-M-l swap-window -t +1 +bind -n C-M-h swap-window -t +1 #enable aggressive-resize setw -g aggressive-resize on diff --git a/vim/vim b/vim/vim deleted file mode 120000 index 446e7c0..0000000 --- a/vim/vim +++ /dev/null @@ -1 +0,0 @@ -/home/tim/.dotfiles/vim \ No newline at end of file