Fix indent

This commit is contained in:
2022-12-04 00:02:27 -08:00
parent af45712b8b
commit b0f63be745

View File

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