diff --git a/.config/Xresources b/.config/Xresources index 13c9baf..44ce439 100644 --- a/.config/Xresources +++ b/.config/Xresources @@ -42,7 +42,7 @@ URxvt.underlineURLs: true URxvt.urlButton: 1 st*font: Iosevka Nerd Font:size=10:antialias=true:autohint=true -st*font2: UbuntuMono Nerd Font:size=10:antialias=true:autohint=true +st*font2: Twemoji:size=8:antialias=true:autohint=true st*depth: 32 st*bold_font: 0 st*background: #1d1f21 diff --git a/.config/vim/README.md b/.config/vim/README.md new file mode 100644 index 0000000..bd77e9b --- /dev/null +++ b/.config/vim/README.md @@ -0,0 +1,6 @@ +# null2264's VIM Configuration + +## About +vimrc separated to multiple files to make it easier to maintain it on multiple OSes. + +Right now this config only confirmed to be working on Linux. diff --git a/.config/vim/vim_nix b/.config/vim/vim_nix index 5e3eb73..c35067f 100644 --- a/.config/vim/vim_nix +++ b/.config/vim/vim_nix @@ -38,3 +38,7 @@ if empty(glob('~/.config/vim/autoload/plug.vim')) \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim autocmd VimEnter * PlugInstall --sync | source $MYVIMRC endif + +" - Lf Shortcut +" let g:lf_map_keys = 0 +" map :Lf diff --git a/.config/vim/vim_plug b/.config/vim/vim_plug index ec6397b..b5122f9 100644 --- a/.config/vim/vim_plug +++ b/.config/vim/vim_plug @@ -73,10 +73,6 @@ inoremap pumvisible() ? "\" : "\" " \ coc#refresh() " inoremap pumvisible() ? "\" : "\" -" - Lf -" let g:lf_map_keys = 0 -" map :Lf - " - YouCompleteMe " let g:ycm_autoclose_preview_window_after_completion = 1 diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 20e3302..9851524 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -3,7 +3,7 @@ # colors #autoload -U colors && colors -# MOTDs +# ----- MOTDs pfetch echo "--------------------------------------" rateUSD @@ -39,6 +39,8 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' set -o vi bindkey -v export KEYTIMEOUT=1 + +# Keybindings [ -f ~/.config/zsh/keybinds ] && source ~/.config/zsh/keybinds # Plugins