From 8f21e8e08f8e26dc94b6b497e641c602200cf0f1 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 29 Feb 2024 12:01:20 -0800 Subject: [PATCH] remove class movement in vim This conflicts w/diff movement, which I currently use more often --- .config/nvim/fnl/init.fnl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/nvim/fnl/init.fnl b/.config/nvim/fnl/init.fnl index 29af7c4..bc0f639 100644 --- a/.config/nvim/fnl/init.fnl +++ b/.config/nvim/fnl/init.fnl @@ -162,19 +162,15 @@ :textobjects {:move {:enable true :set_jumps true :goto_next_start {"]f" "@function.outer" - "]c" "@class.outer" "]b" "@block.outer" "]a" "@parameter.inner"} :goto_next_end {"]F" "@function.outer" - "]C" "@class.outer" "]B" "@block.outer" "]A" "@parameter.inner"} :goto_previous_start {"[f" "@function.outer" - "[c" "@class.outer" "[b" "@block.outer" "[a" "@parameter.inner"} :goto_previous_end {"[F" "@function.outer" - "[C" "@class.outer" "[B" "@block.outer" "[A" "@parameter.inner"}} :select {:enable true