mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Remove the mapping for t
so we can use the originally intended logic there
This commit is contained in:
parent
77f5a45c25
commit
ec07f61985
1 changed files with 0 additions and 5 deletions
|
@ -198,8 +198,6 @@
|
||||||
" <Shift-Right> | (V) -> select all text to the right
|
" <Shift-Right> | (V) -> select all text to the right
|
||||||
" <Shift-Left> | (V) -> select all text to the left up to the indent
|
" <Shift-Left> | (V) -> select all text to the left up to the indent
|
||||||
"
|
"
|
||||||
" t | (N) -> select to the end of the word
|
|
||||||
"
|
|
||||||
" <Ctrl-Up> | (V) -> select four lines up
|
" <Ctrl-Up> | (V) -> select four lines up
|
||||||
" <Ctrl-Down> | (V) -> select four lines down
|
" <Ctrl-Down> | (V) -> select four lines down
|
||||||
" <Ctrl-Right> | (V) -> select one word right
|
" <Ctrl-Right> | (V) -> select one word right
|
||||||
|
@ -767,9 +765,6 @@
|
||||||
nnoremap <C-a> gg0vG$
|
nnoremap <C-a> gg0vG$
|
||||||
xnoremap <C-a> <Esc>gg0vG$
|
xnoremap <C-a> <Esc>gg0vG$
|
||||||
|
|
||||||
"t to select to the end of the word
|
|
||||||
nnoremap t ve
|
|
||||||
|
|
||||||
"map remap keys for speedier text selection
|
"map remap keys for speedier text selection
|
||||||
xnoremap <C-Up> 4k
|
xnoremap <C-Up> 4k
|
||||||
xnoremap <C-Down> 4j
|
xnoremap <C-Down> 4j
|
||||||
|
|
Loading…
Reference in a new issue