diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index ae7bc37..d5c8047 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -260,6 +260,8 @@ " | (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 @@ -822,6 +824,9 @@ 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