diff options
author | David Runge <david.runge@frqrec.com> | 2014-06-17 16:08:49 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-06-17 16:08:49 +0200 |
commit | 9660eb720076fbc199cd2d4561ba2bd6d865399f (patch) | |
tree | cade55f153b5107a6e5d6c8e08e52364f2f6d332 /.scvimrc | |
parent | c815af6f5c4f29291fc68967afe2458a1ec581b0 (diff) | |
parent | 3b44361df3ede6208faa6fc97d584d33889dedf5 (diff) | |
download | dotfiles-9660eb720076fbc199cd2d4561ba2bd6d865399f.tar.gz dotfiles-9660eb720076fbc199cd2d4561ba2bd6d865399f.tar.bz2 dotfiles-9660eb720076fbc199cd2d4561ba2bd6d865399f.tar.xz dotfiles-9660eb720076fbc199cd2d4561ba2bd6d865399f.zip |
Merge branch 'master' of https://github.com/davezerave/dot
Merging server side irssi settings and work-related ignores
* 'master' of https://github.com/davezerave/dot:
Adding bindings for vi-copy mode in tmux
Adding more work related ignores
Adding octave support
Retabbing, customizing to my user
Adding more bbb specific JACK settings
Adding alias for checking for video devices in /dev
Adding settings for my version of scvim, to be able to configure split-size and split orientation of the sclang output when using scvim in tmux and screen
Diffstat (limited to '.scvimrc')
-rw-r--r-- | .scvimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ let g:sclangKillOnExit = 1 let g:sclangTerm = "urxvt -e" let g:sclangPipeLoc = "/tmp/sclang-pipe" let g:sclangPipeAppPidLoc = "/tmp/sclangpipe_app-pid" +" Set 1 to split scvim in tmux and screen vertically, 0 for horizontally +let g:scvimSplitVertical = 1 +" Set the size of the sclang output split in lines or blocks (only for scvim opened in screen and +" tmux). This setting applies vertically or horizontally, depending on +" g:scvimSplitVertical +let g:scvimSplitSize = 25 au BufWinEnter,BufNewFile,BufRead *.sc set filetype=supercollider au BufWinEnter,BufNewFile,BufRead *.sc let &iskeyword="@,48-57,_,192-255" | runtime ftplugin/supercollider.vim |