config: little software-specific configuration update

This commit is contained in:
xerus2000 2021-01-23 19:58:44 +01:00
parent 7a81de779f
commit 84529344b6
2 changed files with 3 additions and 2 deletions

View File

@ -60,8 +60,6 @@ let g:firenvim_config = {
\ }
\ }
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>
autocmd FocusLost,InsertLeave,BufLeave * ++nested call WriteSilent()

View File

@ -24,6 +24,9 @@ export TASKDATA="$XDG_DATA_HOME/task"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export _Z_DATA="$XDG_DATA_HOME/zsh/z"
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
export EDITOR=/usr/bin/nvim