diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 2 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 2 | ||||
-rw-r--r-- | data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index e1ca2f64..bd09381e 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -34,6 +34,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.12.orig.tar.xz * do less by default * removed rant generated sisu-install +* vim, ftplugin sisu.vim, fix missing <leader> + * sisu_manual, minor info addition %% 4.2.11.orig.tar.xz (2013-11-05:44/2) diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 35f82417..20bb5e81 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -34,6 +34,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.25.orig.tar.xz * do less by default * removed rant generated sisu-install +* vim, ftplugin sisu.vim, fix missing <leader> + * sisu_manual, minor info addition %% 5.0.24.orig.tar.xz (2013-11-05:44/2) diff --git a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim index 9cb8952a..43c7e531 100644 --- a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim +++ b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim @@ -95,9 +95,6 @@ "% directory files, placed in vertical split window :map <leader>ls :vs<cr> :Explore<cr> :map <leader>dir :vs<cr> :Explore<cr> -:if &diff -: cmap q qa -:endif "% remapping lines make cursor jump a line at a time within wrapped text :nnoremap j gj :nnoremap k gk @@ -140,7 +137,7 @@ :nmap <silent> <C-n> :silent call ToggleHLSearched()<cr> "%% SiSU vim folds "% foldsearchx FoldSearch (opens result of search all else closed) t77 -:map fs :set foldmethod=expr foldcolumn=2 foldlevel=0 <cr> +:map <leader>fs :set foldmethod=expr foldcolumn=2 foldlevel=0 <cr> :map <leader>ff :F<cr> :map <leader>fe :F<cr> zE "% foldtoggle Fold Toggle mapped to <space> |