nvim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 70c3052581d71ee78920c02f4ac025d2e7ba1e7c
parent 1eff9a82fe5abb7e4ab8f2edf8c9cb9e7d5eea55
Author: Andrew <andrewlaack1@gmail.com>
Date:   Tue,  9 Apr 2024 15:43:18 -0500

Fixed path

Diffstat:
Mlua/core/keymaps.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lua/core/keymaps.lua b/lua/core/keymaps.lua @@ -28,9 +28,9 @@ vim.api.nvim_set_keymap('i', '<expr> <TAB>', 'pumvisible() ? "<C-y>" : "<TAB>"', vim.opt.tabstop = 4 -vim.api.nvim_set_keymap('n', '<leader>d', ':e /home/andrew/gitRepos/toDoList/toDoList.md<CR>', {noremap = true, silent = true}) +vim.api.nvim_set_keymap('n', '<leader>d', ':e /home/andrew/gitRepos/toDoList/ToDoList.md<CR>', {noremap = true, silent = true}) -vim.api.nvim_set_keymap('n', '<leader>i', ':cd /home/andrew/gitRepos/notes <CR>:e /home/andrew/gitRepos/notes/index.md<CR>', {noremap = true, silent = true}) +vim.api.nvim_set_keymap('n', '<leader>i', ':cd /home/andrew/gitRepos/notes <CR>:e /home/andrew/gitRepos/notes/Index.md<CR>', {noremap = true, silent = true}) -- Normal mode and visual mode mappings