diff options
author | nathan11 <thenathansmithsmith@gmail.com> | 2023-07-25 00:52:07 -0600 |
---|---|---|
committer | nathan11 <thenathansmithsmith@gmail.com> | 2023-07-25 00:52:07 -0600 |
commit | 0f8c62f2d18fd86e2bad01a33e5e9beb4e2ef77b (patch) | |
tree | e098cecfe770af08bd77eda320f8a0260c3c68c6 /lua/constants.lua |
first commit
Diffstat (limited to 'lua/constants.lua')
-rw-r--r-- | lua/constants.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/constants.lua b/lua/constants.lua new file mode 100644 index 0000000..2ddb894 --- /dev/null +++ b/lua/constants.lua @@ -0,0 +1,7 @@ +local constants = {} + +constants.next_key = "<A-n>" +constants.previous_key = "<A-p>" +constants.close_key = "<A-e>" + +return constants |