From e848afe7dc768f47200100f3edf1eda5362f0322 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 27 Nov 2023 18:50:47 -0500 Subject: fix indents and remove useless keybinds --- lua/conf/binds.lua | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'lua/conf') diff --git a/lua/conf/binds.lua b/lua/conf/binds.lua index 5fc8055..3e9a3aa 100644 --- a/lua/conf/binds.lua +++ b/lua/conf/binds.lua @@ -80,16 +80,16 @@ if pcall(require, "telescope") then map('n', 'su', 'UrlView', { desc = 'Find urls in buffer.' }) -- search lsp symbols map('n', 'ss', telebuilt.lsp_document_symbols, - { desc = 'Find LSP Symbols.' }) + { desc = 'Find LSP Symbols.' }) -- search for keybinds map('n', 'sk', telebuilt.keymaps, - { desc = 'Find nvim Keymaps.' }) + { desc = 'Find nvim Keymaps.' }) -- search for highlights map('n', 'sh', telebuilt.highlights, - { desc = 'Find nvim Highlights.' }) + { desc = 'Find nvim Highlights.' }) -- search for autocommands map('n', 'sa', telebuilt.autocommands, - { desc = 'Find nvim Autocommands.' }) + { desc = 'Find nvim Autocommands.' }) -- search for vim options map('n', 'sv', telebuilt.vim_options, { desc = 'Find vim options.' }) -- search for string in project @@ -123,19 +123,6 @@ end map({'n', 't'}, '', 'ToggleTerm direction=float') map({'n', 't'}, '', 'lua _glow()') --- true zen -if pcall(require, "true-zen") then - map('n', 'zf', require("true-zen.focus").toggle, { - desc = 'fullscreen', - }) - map('n', 'zm', require("true-zen.minimalist").toggle, { - desc = 'minimal', - }) - map('n', 'za', require("true-zen.ataraxis").toggle, { - desc = 'zen', - }) -end - -- git map('n', 'gp', 'Gitsigns preview_hunk_inline') map('n', 'gs', 'Gitsigns stage_hunk') -- cgit v1.2.1