From a532a0dc13ca0f7a38baa3caeda4c61f863a51bf Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 19 Dec 2022 21:33:20 +0200 Subject: Squashed '.config/nvim/' changes from 4f9dce4..b9c5588 b9c5588 Changed quick escape binding to 'jj' 59e4b07 Changed binding for lua snippet to 'jk' git-subtree-dir: .config/nvim git-subtree-split: b9c5588e19f28fa66d6b1e5398d375323912945e --- lua/user/keys.lua | 2 +- snippets/lua.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/user/keys.lua b/lua/user/keys.lua index b43cb87..2c07a5a 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -26,7 +26,7 @@ vim.g.mapleader = ";" --vim.g.maplocalleader = ";" -- "jj" to exit insert-mode -map("i", "jk", "") +map("i", "jj", "") map("n", "m", ":messages") map("n", "cd", ":cd %:p:h:pwd") diff --git a/snippets/lua.lua b/snippets/lua.lua index eb46b67..523d2f4 100644 --- a/snippets/lua.lua +++ b/snippets/lua.lua @@ -194,7 +194,7 @@ local {} = {} ]], { i(1, ""), i(2, "") } ), - "jj" + "jk" ) --}}} -- Tutorial Snippets go here -- local myFirstSnippet = s("myFirstSnippet", { -- cgit v1.2.3