Display Harpoon window at the top of the screen
This commit is contained in:
parent
5e6bee6432
commit
a4fb59d193
|
@ -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.
|
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
|
## 15th December 2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -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", {
|
vim.api.nvim_create_autocmd("BufWinEnter", {
|
||||||
pattern = "*",
|
pattern = "*",
|
||||||
|
|
Loading…
Reference in a new issue