aboutsummaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-03 09:42:38 +0800
committertypebrook <typebrook@gmail.com>2020-02-03 09:42:38 +0800
commit5bf59740842ca88b84bf50331bef3b28ce6b4f7b (patch)
tree2544b32f0d8a5a7daae94672d043ccf02d9fd13f /vimrc
parent6c378afeaaed37ed305b9a18d6b0486f92baa6c5 (diff)
update
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index ecb08d8..c7f3ad1 100644
--- a/vimrc
+++ b/vimrc
@@ -32,7 +32,7 @@ nnoremap <leader>P :r !xsel -ob<CR>
32" move 32" move
33nnoremap <Tab> } 33nnoremap <Tab> }
34nnoremap <S-Tab> { 34nnoremap <S-Tab> {
35inoremap <C-L> <Esc>2li 35inoremap <C-L> <Right>
36cnoremap <C-L> <Right> 36cnoremap <C-L> <Right>
37cnoremap <C-H> <Left> 37cnoremap <C-H> <Left>
38nmap H 0 38nmap H 0