From ec07f61985e12769a5e438371c5e1d7dc8a5b809 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 15 Apr 2022 18:33:53 -0400 Subject: [PATCH] Remove the mapping for `t` so we can use the originally intended logic there --- vim/config/keyboard.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 2fd3431..c9a758e 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -198,8 +198,6 @@ " | (V) -> select all text to the right " | (V) -> select all text to the left up to the indent " -" t | (N) -> select to the end of the word -" " | (V) -> select four lines up " | (V) -> select four lines down " | (V) -> select one word right @@ -767,9 +765,6 @@ nnoremap gg0vG$ xnoremap gg0vG$ - "t to select to the end of the word - nnoremap t ve - "map remap keys for speedier text selection xnoremap 4k xnoremap 4j