Added Keymaps File

This commit is contained in:
Thomas Naderer
2024-12-31 13:14:15 +01:00
parent 5ed54a30e8
commit 398cb8a73f
2 changed files with 5 additions and 3 deletions

View File

@@ -3,3 +3,7 @@ require('keymaps')
require('settings')
require('plugins')

View File

@@ -8,9 +8,7 @@ local keymap = vim.api.nvim_set_keymap
-- Modes
-- normal_mode = 'n',
-- insert_mode = 'i',
-- visual_mode = 'v',
-- visual_block_mode = 'x',
-- insert_mode = 'i', visual_mode = 'v', visual_block_mode = 'x',
-- term_mode = 't',
-- command_mode = 'c',