Adding stdtabs plugin. Adding browser function in fish, which just evals open. Using this for gx instead of open
This commit is contained in:
parent
3b623af971
commit
0373bf647f
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
vimrc
4
vimrc
|
|
@ -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…
Add table
Add a link
Reference in a new issue