We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be9260a + 9103530 commit 4543080Copy full SHA for 4543080
.vimrc
@@ -382,16 +382,6 @@
382
nmap <leader>f8 :set foldlevel=8<CR>
383
nmap <leader>f9 :set foldlevel=9<CR>
384
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
395
" Most prefer to toggle search highlighting rather than clear the current
396
" search results. To clear search highlighting rather than toggle it on
397
" and off, add the following to your .vimrc.before.local file:
0 commit comments