dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit aff6ddbcc9aa586660ff922947dd6d0126e3a3c9
parent a0d33085d598f4475a97c038205b4004cbfbb7e5
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Thu,  8 Sep 2022 16:17:41 +0200

feat(tmux): align window spltting with vim

Diffstat:
Mtmux/.tmux.conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -13,6 +13,10 @@ bind -r j select-pane -D bind -r h select-pane -L bind -r l select-pane -R +# same as vim for pane splitting +bind s split-window -h +bind v split-window -v + # Moving window bind-key -n C-S-Left swap-window -t -1 \; previous-window bind-key -n C-S-Right swap-window -t +1 \; next-window