diff options
| author | DrNuget <drnuget@outlook.com> | 2026-01-28 18:42:53 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2026-01-28 18:42:53 +0200 |
| commit | 7b8c345d00aff5d1d973e4a63ed1d532cae2677f (patch) | |
| tree | e8e6b79958c443418db5d3466ca979c51d1771f7 | |
| parent | d90531ffc016c222ab7bb3095ad495a7a0897d34 (diff) | |
| download | dotfiles-7b8c345d00aff5d1d973e4a63ed1d532cae2677f.tar.gz | |
vimrc remove custom org mode enter bind because it broke stuff
| -rw-r--r-- | .config/nvim/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index f761b3a..2b7a56d 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -42,7 +42,6 @@ vim.cmd([=[ " Org mode keybinds nnoremap <leader>ww :e ~/orgfiles/index.org<enter> - autocmd Filetype org nnoremap <enter> :lua require("orgmode").action("org_mappings.meta_return")<enter> " Default to commandline in command mode nnoremap : :<C-f>A |
