This commit is contained in:
ranger-ross 2024-05-01 22:46:45 +09:00
parent e2518e628a
commit 4af243b0e4
No known key found for this signature in database
GPG Key ID: A7D198C212395322
1 changed files with 0 additions and 4 deletions

View File

@ -193,13 +193,9 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
-- Nvim Tree config
vim.keymap.set('n', '<M-1>', function()
local api = require 'nvim-tree.api'
print 'run'
api.tree.toggle()
end)
-- vim.api.nvim_set_keymap('n', '<M-1>', api.tree.toggle, { noremap = true, silent = true })
-- [[ Basic Autocommands ]]
-- See `:help lua-guide-autocommands`
-- Highlight when yanking (copying) text