Tmux: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 3: | Line 3: | ||
Tmux and vim integration: | Tmux and vim integration: | ||
* Set up vim keyboard shortcuts | * Set up vim keyboard shortcuts in the tmux config file | ||
* Add more vim-like keyboard shortcuts to navigate between panels | |||
* Create scripts and/or keyboard shortcuts that apply a certain session template (resizes panes, etc.) | |||
==git.charlesreid1.com== | ==git.charlesreid1.com== | ||
Revision as of 20:22, 13 August 2019
Vim Integration
Tmux and vim integration:
- Set up vim keyboard shortcuts in the tmux config file
- Add more vim-like keyboard shortcuts to navigate between panels
- Create scripts and/or keyboard shortcuts that apply a certain session template (resizes panes, etc.)
git.charlesreid1.com
my tmux configuration file is here: https://git.charlesreid1.com/dotfiles/debian/src/branch/master/dotfiles/.tmux.conf
Alternatively: https://github.com/charlesreid1/mac-dotfiles/blob/master/.tmux.conf
Links
Tmux cheat sheet: https://gist.github.com/afair/3489752
Why tmux: http://dominik.honnef.co/posts/2010/10/why_you_should_try_tmux_instead_of_screen/