Browse Source

🐛 FIX: update alt+m keybinding

pull/93/head
Xin.Chen 3 years ago
parent
commit
6399d861da
  1. 2
      lua/keybindings.lua

2
lua/keybindings.lua

@ -46,7 +46,7 @@ map("n", "<leader>f", ":Telescope find_files<CR>", opt)
map("n", "<leader>g", ":Telescope live_grep<CR>", opt)
-- nvimTree
map('n', '<C-n>', ':NvimTreeToggle<CR>', opt)
map('n', '<A-m>', ':NvimTreeToggle<CR>', opt)
-- bufferline 左右切换
map("n", "<C-h>", ":BufferLineCyclePrev<CR>", opt)

Loading…
Cancel
Save