nvchad

my nvchad settings
git clone https://git.awy.one/nvchad.git
Log | Files | Refs

mappings.lua (206B)


      1 require "nvchad.mappings"
      2 
      3 -- add yours here
      4 
      5 local map = vim.keymap.set
      6 
      7 map("n", ";", ":", { desc = "CMD enter command mode" })
      8 map("i", "jk", "<ESC>")
      9 
     10 -- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")