Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7033159f3 | |||
| 562a8e73a8 | |||
| fd3f8378a6 |
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user