diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-05 14:04:02 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-05 14:08:04 +0300 |
commit | 603cb1fb227f6adc6846162a912e95f6a01c8993 (patch) | |
tree | 0ecebe5c0fc3511f58901a26e22ebf4afb0eab85 /Documents | |
parent | 09309fe02cb0d95c2ab0bfc5933cf4e09e640b8c (diff) | |
download | dotfiles-603cb1fb227f6adc6846162a912e95f6a01c8993.tar.gz |
feat(tmux): bind rofi-tmux to $mod+q
Diffstat (limited to 'Documents')
-rw-r--r-- | Documents/wiki/tmux.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Documents/wiki/tmux.md b/Documents/wiki/tmux.md index 612e536..adc36ee 100644 --- a/Documents/wiki/tmux.md +++ b/Documents/wiki/tmux.md @@ -5,11 +5,9 @@ Cheatsheet: https://tmuxcheatsheet.com/?q=yyyy&hPP=100&idx=tmux_cheats&p=0&is_v= ## Plugins Plugin manager: https://github.com/tmux-plugins/tpm -## Friendship with Vim -I use the same set of keys (`<C-[hjkl]>` - without prefix!) to navigate between Vim windows and Tmux panes. +Seamless navigation with `vim` (`<C-[hjkl]>`): https://github.com/christoomey/vim-tmux-navigator -Plugin: https://github.com/christoomey/vim-tmux-navigator - -## Project management with Tmuxinator -I use [tmuxinator](https://github.com/tmuxinator/tmuxinator) for managing projects and sessions. Here's the [admin session example](../../.config/tmuxinator/admin.yml). +## Project management +Manage sessions: https://github.com/tmuxinator/tmuxinator +Startup tmuxinator sessions quickly: https://github.com/viniarck/rofi-tmux |