Adding stdtabs plugin. Adding browser function in fish, which just evals open. Using this for gx instead of open

master
Dustin Swan 10 years ago
parent 3b623af971
commit 0373bf647f

@ -7,6 +7,7 @@ set -x EDITOR "vim"
set -x TERM "screen-256color"
# TODO fix this for linux
set -x BROWSER "open"
alias browser "eval $BROWSER"
set -x MOSH_TITLE_NOPREFIX 1
# PATH

@ -60,6 +60,7 @@ Bundle 'tpope/vim-vinegar'
Bundle 'itchyny/calendar.vim'
Bundle 'lfilho/cosco.vim'
Bundle 'ntpeters/vim-better-whitespace'
Bundle "sdanielf/vim-stdtabs"
let $GIT_SSL_NO_VERIFY = 'true'
@ -279,3 +280,6 @@ nnoremap <leader>d :Dict
" Cosco
autocmd FileType javascript,css nnoremap <silent> ,; :call cosco#commaOrSemiColon()<CR>
autocmd FileType javascript,css inoremap <silent> ,; <ESC>:call cosco#commaOrSemiColon()"<CR>a
" Browser
:let g:netrw_browsex_viewer = "browser"

Loading…
Cancel
Save