mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 00:46:04 +00:00 
			
		
		
		
	Small readme tweak
This commit is contained in:
		@@ -27,8 +27,8 @@ Some people can't get `Alt` key mappings to work so they are deprecated.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
For custom key bindings, add to `.tmux.conf`:
 | 
					For custom key bindings, add to `.tmux.conf`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    set -g @resurrect-save "S"
 | 
					    set -g @resurrect-save 'S'
 | 
				
			||||||
    set -g @resurrect-restore "R"
 | 
					    set -g @resurrect-restore 'R'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### About
 | 
					### About
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -115,7 +115,7 @@ Only a conservative list of programs is restored by default:<br/>
 | 
				
			|||||||
- save vim sessions. I recommend [tpope/vim-obsession](https://github.com/tpope/vim-obsession).
 | 
					- save vim sessions. I recommend [tpope/vim-obsession](https://github.com/tpope/vim-obsession).
 | 
				
			||||||
- in `.tmux.conf`:
 | 
					- in `.tmux.conf`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        set -g @resurrect-strategy-vim "session"
 | 
					        set -g @resurrect-strategy-vim 'session'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`tmux-resurrect` will now restore vim sessions if `Sessions.vim` file is
 | 
					`tmux-resurrect` will now restore vim sessions if `Sessions.vim` file is
 | 
				
			||||||
present.
 | 
					present.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user