mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed neovim terminal height
This commit is contained in:
parent
dd6d74f867
commit
8e2d600e28
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ vim.cmd([[
|
|||
|
||||
require("which-key").register({
|
||||
t = {
|
||||
"<cmd>:new | setlocal nonumber norelativenumber | resize 10 | terminal<CR>",
|
||||
"Open terminal in new window",
|
||||
"<cmd>:new | setlocal nonumber norelativenumber | resize 10 | set winfixheight | terminal | startinsert<CR>",
|
||||
"Open Terminal",
|
||||
},
|
||||
}, {
|
||||
prefix = "<leader>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue