ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

tmux vim keybindings #384

Open ruebenramirez opened 7 years ago

ruebenramirez commented 7 years ago

I really like the recommendation for vim keys in tmux pane selection:

~/.tmux.conf

bind j select-pane -D
bind k select-pane -U
bind h select-pane -L
bind l select-pane -R

http://danielallendeutsch.com/blog/16-using-tmux-properly.html