Fix indent

This commit is contained in:
Alexander Rosenberg 2022-12-04 00:02:27 -08:00
parent af45712b8b
commit b0f63be745
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -94,7 +94,7 @@
(set last_id id)))) (set last_id id))))
(if (= term_count 0) (if (= term_count 0)
(vim.cmd.terminal) (vim.cmd.terminal)
(= term_count 1) (= term_count 1)
(vim.cmd.buffer last_id) (vim.cmd.buffer last_id)
(fzf.buffers { :query "term://" }))) (fzf.buffers { :query "term://" })))
(bind! :n :<leader>t jump-or-open-terminal))) (bind! :n :<leader>t jump-or-open-terminal)))