config: little software-specific configuration update
This commit is contained in:
parent
7a81de779f
commit
84529344b6
|
@ -60,8 +60,6 @@ let g:firenvim_config = {
|
||||||
\ }
|
\ }
|
||||||
\ }
|
\ }
|
||||||
if exists('g:started_by_firenvim')
|
if exists('g:started_by_firenvim')
|
||||||
let g:smoothie_no_default_mappings=1 "extremely slow, see https://github.com/psliwka/vim-smoothie/issues/17
|
|
||||||
|
|
||||||
nnoremap <Esc><Esc> :call firenvim#focus_page()<CR>
|
nnoremap <Esc><Esc> :call firenvim#focus_page()<CR>
|
||||||
|
|
||||||
autocmd FocusLost,InsertLeave,BufLeave * ++nested call WriteSilent()
|
autocmd FocusLost,InsertLeave,BufLeave * ++nested call WriteSilent()
|
||||||
|
|
|
@ -24,6 +24,9 @@ export TASKDATA="$XDG_DATA_HOME/task"
|
||||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||||
export _Z_DATA="$XDG_DATA_HOME/zsh/z"
|
export _Z_DATA="$XDG_DATA_HOME/zsh/z"
|
||||||
export HISTFILE="$XDG_DATA_HOME/zsh/history"
|
export HISTFILE="$XDG_DATA_HOME/zsh/history"
|
||||||
|
# ccache - can be removed with version 4 - https://github.com/ccache/ccache/issues/191
|
||||||
|
export CCACHE_CONFIGPATH="$XDG_CONFIG_HOME"/ccache.config
|
||||||
|
export CCACHE_DIR="$XDG_CACHE_HOME"/ccache
|
||||||
|
|
||||||
# environment
|
# environment
|
||||||
export EDITOR=/usr/bin/nvim
|
export EDITOR=/usr/bin/nvim
|
||||||
|
|
Loading…
Reference in New Issue