From cfbde51b65fa7d5034e606faa4419804e63e59c7 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Mon, 2 Jun 2025 22:34:43 +0500 Subject: [PATCH] use Neotree position=current --- .config/nvim/lua/user/which_key.lua | 2 +- .config/tmux/tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/user/which_key.lua b/.config/nvim/lua/user/which_key.lua index 9c81964..43fde9b 100644 --- a/.config/nvim/lua/user/which_key.lua +++ b/.config/nvim/lua/user/which_key.lua @@ -59,7 +59,7 @@ which_key.add({ { "", group = "Hotkeys" }, { "?", ":WhichKey ", desc = "Show keybindings" }, { "o", ":Oil --float ", desc = "Oil nvim toggle" }, - { "e", ":Neotree toggle ", desc = "File tree toggle" }, + { "e", ":Neotree toggle position=current ", desc = "File tree toggle" }, { "F", ":lua vim.lsp.buf.format() ", desc = "Format file" }, }) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2d004d3..84a00a5 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -51,7 +51,7 @@ set -g @resurrect-processes 'false' set -g @kanagawa-ignore-window-colors true -set -g @kanagawa-plugins "ssh-session time" +set -g @kanagawa-plugins "time" set -g @kanagawa-show-battery false set -g @kanagawa-day-month true set -g @kanagawa-show-timezone false