From b63dd177794668b8f1f8fa74355e289affabb1cc Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Sat, 7 Apr 2018 03:51:25 +0200 Subject: [PATCH] Tmux vim like bindings --- tmux/tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9e240c4..2e8d1f6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -57,6 +57,16 @@ unbind M-Up # resize 5 rows up unbind M-Down # resize 5 rows down unbind M-Right # resize 5 rows right unbind M-Left # resize 5 rows left +unbind h +unbind j +unbind k +unbind l + +# {{{ VI like navigation }}} + bind h select-pane -L + bind j select-pane -D + bind k select-pane -U + bind l select-pane -R # Edit configuration and reload