tmux
This commit is contained in:
		
							parent
							
								
									cc6feb2806
								
							
						
					
					
						commit
						396a19ea6e
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -18,6 +18,7 @@
 | 
				
			||||||
  "neo-tree.nvim": { "branch": "main", "commit": "2c992760f154285dff9f798647954b363cf35963" },
 | 
					  "neo-tree.nvim": { "branch": "main", "commit": "2c992760f154285dff9f798647954b363cf35963" },
 | 
				
			||||||
  "noice.nvim": { "branch": "main", "commit": "c8a9b712ac7e7d07b9e90444299858c4a520a74c" },
 | 
					  "noice.nvim": { "branch": "main", "commit": "c8a9b712ac7e7d07b9e90444299858c4a520a74c" },
 | 
				
			||||||
  "nui.nvim": { "branch": "main", "commit": "aa1b4c1e05983ff7debd2b4b2788651db099de2f" },
 | 
					  "nui.nvim": { "branch": "main", "commit": "aa1b4c1e05983ff7debd2b4b2788651db099de2f" },
 | 
				
			||||||
 | 
					  "nvim-autopairs": { "branch": "master", "commit": "ae5b41ce880a6d850055e262d6dfebd362bb276e" },
 | 
				
			||||||
  "nvim-base16": { "branch": "master", "commit": "6247ca9aa9f34644dfa290a6df3f6feefb73eb97" },
 | 
					  "nvim-base16": { "branch": "master", "commit": "6247ca9aa9f34644dfa290a6df3f6feefb73eb97" },
 | 
				
			||||||
  "nvim-cmp": { "branch": "main", "commit": "5dce1b778b85c717f6614e3f4da45e9f19f54435" },
 | 
					  "nvim-cmp": { "branch": "main", "commit": "5dce1b778b85c717f6614e3f4da45e9f19f54435" },
 | 
				
			||||||
  "nvim-colorizer.lua": { "branch": "master", "commit": "36c610a9717cc9ec426a07c8e6bf3b3abcb139d6" },
 | 
					  "nvim-colorizer.lua": { "branch": "master", "commit": "36c610a9717cc9ec426a07c8e6bf3b3abcb139d6" },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,12 +24,19 @@ bind-key -n M-y copy-mode
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bind-key -n M-s split-window -h -c "#{pane_current_path}"
 | 
					bind-key -n M-s split-window -h -c "#{pane_current_path}"
 | 
				
			||||||
bind-key -n M-S split-window -v -c "#{pane_current_path}"
 | 
					bind-key -n M-S split-window -v -c "#{pane_current_path}"
 | 
				
			||||||
 | 
					bind-key -n M-o split-window -v -c "#{pane_current_path}" -l 10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bind-key -n M-t new-window -c "#{pane_current_path}"
 | 
					bind-key -n M-t new-window -c "#{pane_current_path}"
 | 
				
			||||||
bind-key -n M-w kill-window
 | 
					bind-key -n M-w kill-window
 | 
				
			||||||
bind-key -n M-k next-window
 | 
					bind-key -n M-k next-window
 | 
				
			||||||
bind-key -n M-j previous-window
 | 
					bind-key -n M-j previous-window
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# move panes
 | 
				
			||||||
 | 
					bind-key m choose-window -F "#{window_index}: #{window_name}" "join-pane -h -t %%"
 | 
				
			||||||
 | 
					bind-key M choose-window -F "#{window_index}: #{window_name}" "join-pane -v -t %%"
 | 
				
			||||||
 | 
					bind-key o choose-window -F "#{window_index}: #{window_name}" "join-pane -v -l 10 -t %%"
 | 
				
			||||||
 | 
					bind-key b break-pane
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Start windows and panes at 1, not 0
 | 
					# Start windows and panes at 1, not 0
 | 
				
			||||||
set -g base-index 1
 | 
					set -g base-index 1
 | 
				
			||||||
set -g pane-base-index 1
 | 
					set -g pane-base-index 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue