Skip to content

Commit

Permalink
refactor(nvim): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Nov 3, 2023
1 parent 0279363 commit 1aa63ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nvim/lua/editor/terminal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local bindings = require('lib.bindings')
local registry = require('lib.registry')

local quick_terminal = function ()
bindings.map.normal('<leader>t', '<cmd>split25 | terminal<cr>')
bindings.map.normal('<leader>t', '<cmd>25split | terminal<cr>')
end
registry.defer_first(quick_terminal)

Expand Down

0 comments on commit 1aa63ee

Please sign in to comment.