Skip to content

Instantly share code, notes, and snippets.

@micaelviana
Created February 18, 2024 14:56
Show Gist options
  • Save micaelviana/e6b4e027ef890a61015b26c918ba999f to your computer and use it in GitHub Desktop.
Save micaelviana/e6b4e027ef890a61015b26c918ba999f to your computer and use it in GitHub Desktop.
Kickstart config
vim.keymap.set({"n","v"},"s",":",{noremap=true,silent=false})
vim.keymap.set("n","\\z",":xa<cr>",{noremap=true,silent=true})
vim.keymap.set("n","<space>w",":w<cr>",{noremap=true,silent=true})
vim.keymap.set("n","<space>q",":xa<cr>",{noremap=true,silent=true})
vim.opt.relativenumber=true
vim.api.nvim_create_user_command("WindowsCleaning",'%s/\r/',{})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment