فهرست منبع

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

Weiyi Lou 12 سال پیش
والد
کامیت
09135f0eb9
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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