This commit is contained in:
Alexander Rosenberg 2023-05-01 22:39:30 -07:00
parent 198ad1377f
commit ca21ebc84d
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -18,7 +18,6 @@
(bind! :n :<leader>fo "<cmd>Telescope vim_options<cr>")
(bind! :n :<leader>c "<cmd>Telescope command_history<cr>")
(bind! :n :<leader>i "<cmd>Telescope find_files<cr>")
(bind! :n :<leader>i "<cmd>Telescope find_files<cr>")
(bind! :n :z= "<cmd>Telescope spell_suggest<cr>")
(fn list-git-or-default []
(let [code (os.execute "git rev-parse --is-inside-work-tree >/dev/null 2>&1")]