From 0b8d1c8512e9b1a82f616db249ecb7e812a5bc1c Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 15 Aug 2024 23:52:57 +0900 Subject: Revert "feat(keymaps, pack): subword movements" This reverts commit f5679cac13df1bce7a062c88b260eefebd21016a. --- fnl/nvrc/keymaps.fnl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'fnl/nvrc/keymaps.fnl') diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index 846b98e..e8838c2 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -84,16 +84,6 @@ (map! [n] :l (vim.diagnostic.open_float nil {:focus false})) (map! [n] :b ((. (require :dap) :toggle_breakpoint))) -;; subword movements -; nvim-spider -(map! [nox] :w ((. (require :spider) :motion) :w)) -(map! [nox] :e ((. (require :spider) :motion) :e)) -(map! [nox] :b ((. (require :spider) :motion) :b)) - -; nvim-various-textobjs -(map! [ox] :aw ((. (require :various-textobjs) :subword) :outer)) -(map! [ox] :iw ((. (require :various-textobjs) :subword) :inner)) - ;; Helix-like movements (map! [nv] :gh :0) (map! [nv] :gl "$") -- cgit 1.4.1