diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/remap.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index ec35d5d..45237ae 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -13,6 +13,9 @@ vim.keymap.set("n", "<leader>vl", "<cmd>VimtexView<CR>") -- Screenkey vim.keymap.set("n", "<leader>sk", "<cmd>Screenkey<CR>") +-- highlights +vim.keymap.set("n", "<Esc>", "<cmd>nohl<CR>") + -- switch between windows vim.keymap.set("n", "<C-h>", "<C-w>h") vim.keymap.set("n", "<C-l>", "<C-w>l") |
