Skip to content

Commit 6e055a8

Browse files
pairingpairing
authored andcommitted
add default L and H key mappings to jump to end or start of line
1 parent 4d3d034 commit 6e055a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.vim/common_config/key_mappings.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@
6767
" insert the path of currently edited file into a command
6868
" Command mode: Ctrl-P
6969
cmap <C-S-P> <C-R>=expand("%:p:h") . "/" <cr>
70+
71+
" jump to far right or left of line
72+
map L $
73+
map H ^

0 commit comments

Comments
 (0)