From 09039177aa500590e1fd0507aba109a5194649a5 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 30 Dec 2021 13:04:21 -0500 Subject: [PATCH] Updated various configs --- .SpaceVim.d/autoload/myspacevim.vim | 21 +++++++++++---------- .SpaceVim.d/init.toml | 4 ++-- .config/hexchat/commands.conf | 3 +++ .config/yadm/fedora.dconf | 2 ++ .zshrc | 3 ++- 5 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.SpaceVim.d/autoload/myspacevim.vim b/.SpaceVim.d/autoload/myspacevim.vim index 032b139..b14a4b5 100644 --- a/.SpaceVim.d/autoload/myspacevim.vim +++ b/.SpaceVim.d/autoload/myspacevim.vim @@ -1,17 +1,18 @@ function! myspacevim#before() abort set clipboard=unnamedplus - #inoremap - #inoremap + "inoremap + "inoremap - #call SpaceVim#custom#SPCGroupName(['b'], '+MyCustom') - #call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1) - #call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1) + "call SpaceVim#custom#SPCGroupName(['b'], '+MyCustom') + "call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1) + "call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1) endfunction function! myspacevim#after() abort - set clipboard=unnamedplus - #inoremap - #inoremap - call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1) - call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1) + "set clipboard=unnamedplus + "inoremap + "inoremap + call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 'sbprevious', 1) + call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 'sbnext', 1) endfunction + diff --git a/.SpaceVim.d/init.toml b/.SpaceVim.d/init.toml index c1f0192..3ed8a1d 100644 --- a/.SpaceVim.d/init.toml +++ b/.SpaceVim.d/init.toml @@ -104,6 +104,6 @@ [[layers]] name = 'lang#vim' -[[custom_plugins]] -name = "saltstack/salt-vim" +#[[custom_plugins]] +#name = "saltstack/salt-vim" diff --git a/.config/hexchat/commands.conf b/.config/hexchat/commands.conf index 3ae7324..a5d418b 100644 --- a/.config/hexchat/commands.conf +++ b/.config/hexchat/commands.conf @@ -91,3 +91,6 @@ CMD quote WHOIS %2 %2 NAME SLAP CMD me slaps a trout around a bit with a large %2 +NAME SHT +CMD msg %c %2: This channel frowns upon and discourages the use of SMS/shtspk like '%3'. See /topic for reference. + diff --git a/.config/yadm/fedora.dconf b/.config/yadm/fedora.dconf index 07f369b..720505c 100644 --- a/.config/yadm/fedora.dconf +++ b/.config/yadm/fedora.dconf @@ -14,6 +14,8 @@ session-switch-to-terminal-down='disabled' session-switch-to-terminal-left='disabled' session-switch-to-terminal-right='disabled' session-switch-to-terminal-up='disabled' +terminal-copy='c' +terminal-paste='v' [com/gexperts/Tilix/profiles] list=['2b7c4080-0ddd-46c5-8f23-563fd3ba789d', '8b7f94c7-649c-41d6-adc7-7123a631e58e'] diff --git a/.zshrc b/.zshrc index 1f098fb..d420a76 100644 --- a/.zshrc +++ b/.zshrc @@ -122,13 +122,14 @@ bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down # }}} End configuration added by Zim install +# Homebrew +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" # Set Path: typeset -U PATH PATH="$HOME/bin:$HOME/.local/bin:$PATH" export PATH - # Portable alternative to readlink -f zpath() { cd -P . || return _out() { printf "%s$_zdlm\n" "$PWD/${1##*/}"; }