Display Harpoon window at the top of the screen

This commit is contained in:
Oliver Davies 2023-12-17 20:25:25 +00:00
parent 5e6bee6432
commit a4fb59d193
2 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt
Instead of grouping changes by tag, they are grouped by the date they are released.
## 17th December 2023
### Changed
* Open Harpoon window at the top of the screen.
* Manage `ripgrep` with Home Manager.
## 15th December 2023
### Added

View file

@ -1,4 +1,4 @@
vim.keymap.set("n", "<leader>gs", vim.cmd.Git)
vim.keymap.set("n", "<leader>gs", "<cmd>Git<cr><C-w>K")
vim.api.nvim_create_autocmd("BufWinEnter", {
pattern = "*",