Explorar o código

use `H` and `L` mappings in visual mode

Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
09135f0eb9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      vim/vimrc

+ 2 - 0
vim/vimrc

@@ -256,6 +256,8 @@ nmap <silent> <leader>t    :TagbarToggle<CR>
 " jump to beginning and end of line easier
 nmap H ^
 nmap L $
+vmap H ^
+vmap L $
 
 " Smart way to move between windows
 nmap <C-j> <C-W>j