Compare commits

3 Commits

Author SHA1 Message Date
Pezz89 c7033159f3 Altered python path in vimrc.symlink for IRCAM servers 2015-07-10 14:55:10 +02:00
Pezz89 562a8e73a8 Merge branch 'master' into IRCAM 2015-07-10 14:53:19 +02:00
Pezz89 fd3f8378a6 Added vim window split mappings 2015-06-17 17:18:08 +02:00
+6 -1
View File
@@ -1,5 +1,5 @@
" Vim settings
let g:python_host_prog='/usr/bin/python'
let g:python_host_prog='/u/anasynth/perry/.pyenv/shims/python'
filetype off " required
@@ -367,6 +367,11 @@ nnoremap <c-l> <c-w>l
nmap <silent> <leader>ev :e $MYVIMRC<CR>
nmap <silent> <leader>sv :so $MYVIMRC<CR>
nnoremap <leader>L :set splitright <BAR> vsplit <BAR> set nosplitright <CR>
nnoremap <leader>H :vsplit <CR>
nnoremap <leader>J :set splitbelow <BAR> split <BAR> set nosplitbelow <CR>
nnoremap <leader>K :split <CR>
" ====================================
" Source local vim script for the current machine