Tmux: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== | ==Vim Integration== | ||
Tmux and vim integration: | |||
* Set up vim keyboard shortcuts | |||
| Line 9: | Line 9: | ||
my tmux configuration file is here: https://git.charlesreid1.com/dotfiles/debian/src/branch/master/dotfiles/.tmux.conf | 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== | ==Links== | ||
| Line 16: | Line 18: | ||
Why tmux: http://dominik.honnef.co/posts/2010/10/why_you_should_try_tmux_instead_of_screen/ | Why tmux: http://dominik.honnef.co/posts/2010/10/why_you_should_try_tmux_instead_of_screen/ | ||
==Flags== | |||
[[Category:Tmux]] | [[Category:Tmux]] | ||
Revision as of 20:18, 13 August 2019
Vim Integration
Tmux and vim integration:
- Set up vim keyboard shortcuts
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/