Fix goto terminal bug
This commit is contained in:
		@ -115,7 +115,7 @@
 | 
				
			|||||||
              (vim.cmd.terminal)
 | 
					              (vim.cmd.terminal)
 | 
				
			||||||
              (= term_count 1)
 | 
					              (= term_count 1)
 | 
				
			||||||
              (vim.cmd.buffer last_id)
 | 
					              (vim.cmd.buffer last_id)
 | 
				
			||||||
              (vim.cmd "Telescope buffers default_text=\"term://\"")))
 | 
					              (vim.cmd "Telescope buffers default_text=term://")))
 | 
				
			||||||
        (bind! :n :<leader>t jump-or-open-terminal)
 | 
					        (bind! :n :<leader>t jump-or-open-terminal)
 | 
				
			||||||
        :config
 | 
					        :config
 | 
				
			||||||
        (vim.cmd "PackerLoad plenary.nvim")
 | 
					        (vim.cmd "PackerLoad plenary.nvim")
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user