Skip to content

Commit

Permalink
update keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Oct 16, 2024
1 parent 7a07802 commit 26cc6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img src="https://img.shields.io/badge/Technology-Radar-green.svg">
</a>
<a href="https://github.com/Clivern/Anubis/releases">
<img src="https://img.shields.io/badge/Version-5.2.0-1abc9c.svg">
<img src="https://img.shields.io/badge/Version-5.3.0-1abc9c.svg">
</a>
<a href="https://github.com/Clivern/Anubis/blob/master/LICENSE">
<img src="https://img.shields.io/badge/LICENSE-MIT-blue.svg">
Expand Down
2 changes: 2 additions & 0 deletions nvim/lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ local map = vim.keymap.set

map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
map("n", "<leader>ff", "<cmd>Telescope find_files<cr>", { desc = "Find File" })
map("n", "<leader>fb", function() print("Anubis 5.3.0") end, { desc = "Foobar" })

-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")

0 comments on commit 26cc6e2

Please sign in to comment.