Skip to content

Commit 4543080

Browse files
committed
Merge pull request spf13#787 from toejough/3.0
Summary: Fixes spf13#764 - Revert "some useful mappings I use everyday"
2 parents be9260a + 9103530 commit 4543080

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 lowercase 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)