Skip to content

Commit 854588c

Browse files
committed
Summary: Fixes #764 - Revert "some useful mappings I use everyday"
Problem: The "useful mappings" override existing, arguably *more* useful mappings. Analysis: Revert the commit. This commit reverts commit 96678bc. Testing: Used the old mappings successfully. Documentation: No change - the reverted commit did not add/modify docs.
1 parent 03b9801 commit 854588c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.vimrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -382,16 +382,6 @@
382382
nmap <leader>f8 :set foldlevel=8<CR>
383383
nmap <leader>f9 :set foldlevel=9<CR>
384384
385-
"UPPERCASE and lowsercase conversion
386-
nnoremap g^ gUiW
387-
nnoremap gv guiW
388-
389-
"go to first and last char of line
390-
nnoremap H ^
391-
nnoremap L g_
392-
vnoremap H ^
393-
vnoremap L g_
394-
395385
" Most prefer to toggle search highlighting rather than clear the current
396386
" search results. To clear search highlighting rather than toggle it on
397387
" and off, add the following to your .vimrc.before.local file:

0 commit comments

Comments
 (0)