diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-19 16:52:58 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-19 16:52:58 -0400 |
| commit | 89f87f8ef837a18fe1370d387f0f362549596e08 (patch) | |
| tree | 166163f8ccb26c5deb6c185dd4d13978969acbd0 /pkgs/custom-neovim/config/lua/keymaps.lua | |
| parent | 04681157c7374c073d1219f0c796756ec96c25bb (diff) | |
neovim: misc sessnion and cwd changes
Diffstat (limited to 'pkgs/custom-neovim/config/lua/keymaps.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/keymaps.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/keymaps.lua b/pkgs/custom-neovim/config/lua/keymaps.lua index 5cdeb09..3f7d143 100644 --- a/pkgs/custom-neovim/config/lua/keymaps.lua +++ b/pkgs/custom-neovim/config/lua/keymaps.lua @@ -43,6 +43,7 @@ mapkey("n", "<leader>tt", "Go to next tab", ":tabn<cr>") mapkey("n", "<leader>tT", "Go to previous tab", ":tabp<cr>") mapkey("n", "<leader>to", "Open new tab", ":tabnew<cr>") mapkey("n", "<leader>tc", "Close current tab", ":tabclose<cr>") +mapkey("n", "<leader>tr", "Reset tab cwd", ":tcd -<cr>") -- Buffers mapkey("n", "<leader>b", "Manage buffers", "") |
