Skip to content

Commit

Permalink
Dead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 15, 2024
1 parent fa820bc commit 23b544f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ local function keynop(modes, lhs) vim.keymap.set(modes, lhs, '') end
local function keyplug(modes, lhs, plug)
vim.keymap.set(modes, lhs, '<Plug>(' .. plug .. ')')
end
local function keycmd(modes, lhs, cmd)
vim.keymap.set(modes, lhs, '<Cmd>' .. cmd .. '<CR>')
end

keynop({ 'i', 'n' }, '<F1>')

Expand Down

0 comments on commit 23b544f

Please sign in to comment.