nvim,emacs: remove stupid colemak binds

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 06:32:30 +05:30
parent ab43a24e08
commit c8d74d3af8
4 changed files with 27 additions and 29 deletions

View File

@@ -38,6 +38,8 @@ vim.o.cursorcolumn = true
--KEYBINDS
--[[
A relic of the past
--Colemak-DH bind fuction for hjkl [mnei])
local function cdhbind(a, b)
bind('', a:lower(), b:lower())
@@ -68,6 +70,7 @@ bind('n', "<C-e>", "<C-w>k")
bind('n', "<C-i>", "<C-w>l")
bind('n', "<M-v>", ":vsplit<CR>")
bind('n', "<M-h>", ":split<CR>")
]]--
--RUN AND REPL (using vim-floaterm)
@@ -214,8 +217,6 @@ require'nvim-treesitter.configs'.setup {
--vim-latex-live-preview
vim.g.livepreview_previewer = "zathura"
require'colorizer'.setup()
local on_attach = function(client, bufnr)