소스 검색

refactor: don't set `noremap` in bind

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
opalmay 2 년 전
부모
커밋
ec79c00db9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lua/lvim/core/terminal.lua

+ 1 - 1
lua/lvim/core/terminal.lua

@@ -97,7 +97,7 @@ local function add_term_keymap(term_opts)
   end
   vim.keymap.set(modes, term_opts.keymap, function()
     term_toggle(term_opts)
-  end, { desc = term_opts.desc, noremap = true, silent = true })
+  end, { desc = term_opts.desc, silent = true })
 end
 
 --- Setup the terminal cmds