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