From 74e9e1634d593709c2784063953e2ac57d888d71 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Sat, 16 Apr 2022 23:59:45 +0200 Subject: Typo, changed one keybinding --- README.md | 2 +- lua/user/keymaps.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e6dda..99625db 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ My Neovim configuration, highly based on an excellent tutorial series by [chris@machine](https://www.youtube.com/watch?v=ctH-a-1eUME&list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ&ab_channel=chris%40machine) and [Lunar vim](https://github.com/LunarVim/LunarVim) -I manager plugins with packer. Plugins I use: +I manage plugins with packer. Plugins I use: - lualine, - nvim-tree, diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 084069e..a7a5878 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -20,7 +20,7 @@ vim.g.maplocalleader = " " -- keymap("n", "", ":NERDTreeToggle", opts) -- NvimTree keybindings -keymap("n", "", ":NvimTreeToggle", opts) +keymap("n", "t", ":NvimTreeToggle", opts) -- Resizing windows (like i3) keymap("n", "", ":resize -2", opts) -- cgit v1.2.3