diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 14:39:05 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 14:39:05 +0100 |
commit | 3d876a78d8d51272c8e91e3f9a2151687b0c29aa (patch) | |
tree | af80f193949a6d1e4ffc4359ad0b718be4670710 /gvimrc | |
parent | Python3 fixes (diff) | |
download | util-3d876a78d8d51272c8e91e3f9a2151687b0c29aa.tar.bz2 util-3d876a78d8d51272c8e91e3f9a2151687b0c29aa.tar.xz util-3d876a78d8d51272c8e91e3f9a2151687b0c29aa.zip |
Add horizontal scroll keys
Diffstat (limited to 'gvimrc')
-rw-r--r-- | gvimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ map <S-F7> :lprev<CR> map <F8> :cn<CR> map <S-F8> :cN<CR> map <F9> gg=G +map <C-L> zl +map <C-H> zh map <F11> :YcmForceCompileAndDiagnostics<CR> set wildmode=longest:full set wildmenu |