all repos

init.lua @ 7547cb0cdf4cd1d20b8d0c2300528f27fd8c37df

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(keymaps): add for opening note
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-10-29 00:34:20 +0300
Parent: 3e35e04
M lua/core/keymaps.lua

@@ -5,6 +5,7 @@ -- general

map("n", "<C-s>", "<cmd>write!<cr>") map("i", "jk", "<esc>") map("n", "<leader>h", "<cmd>nohlsearch<cr>") +map("n", "<leader>n", "<cmd>e ~/Documents/Syncthing/Notes/Index.md<cr>") --- buffers map("n", "<S-h>", "<cmd>bp!<cr>")