diff --git a/config/nvim/lua/plugins/claude.lua b/config/nvim/lua/plugins/claude.lua index e0c8524..6acef50 100644 --- a/config/nvim/lua/plugins/claude.lua +++ b/config/nvim/lua/plugins/claude.lua @@ -2,7 +2,7 @@ require("claude-code").setup({ -- Terminal window settings window = { split_ratio = 0.3, -- Percentage of screen for the terminal window (height for horizontal, width for vertical splits) - position = "botright", -- Position of the window: "botright", "topleft", "vertical", "float", etc. + position = "float", -- Position of the window: "botright", "topleft", "vertical", "float", etc. enter_insert = true, -- Whether to enter insert mode when opening Claude Code hide_numbers = true, -- Hide line numbers in the terminal window hide_signcolumn = true, -- Hide the sign column in the terminal window @@ -48,7 +48,7 @@ require("claude-code").setup({ -- Keymaps keymaps = { toggle = { - normal = "", -- Normal mode keymap for toggling Claude Code, false to disable + normal = "cc", -- Normal mode keymap for toggling Claude Code, false to disable terminal = "", -- Terminal mode keymap for toggling Claude Code, false to disable variants = { continue = "cC", -- Normal mode keymap for Claude Code with continue flag