diff --git a/apps/neovim/plugins.vim b/apps/neovim/plugins.vim index c0efce1..1c8823f 100644 --- a/apps/neovim/plugins.vim +++ b/apps/neovim/plugins.vim @@ -106,4 +106,4 @@ Plug 'tpope/vim-eunuch' " unix helper co Plug 'sheerun/vim-polyglot' " vim plugin loader for many languages Plug 'leafo/moonscript-vim', {'for': ['moon', 'moonscript']} " moonscript language Plug 'OmniSharp/omnisharp-vim', {'for': ['cs']} " C# language -Plug 'lytedev/elm-vim' " elm lang +" Plug 'lytedev/elm-vim' " elm lang diff --git a/apps/scim/rc b/apps/scim/rc index e2b390b..f3e9a10 100644 --- a/apps/scim/rc +++ b/apps/scim/rc @@ -8,7 +8,9 @@ color "type=HEADINGS fg=WHITE bg=BLACK bold=0 dim=0 standout=0 reverse=0" color "type=CELL_SELECTION_SC fg=WHITE bg=BLACK bold=1 dim=0 standout=1" color "type=CELL_SELECTION fg=WHITE bg=BLACK bold=1 dim=0 standout=1" color "type=STRG fg=WHITE bg=BLACK bold=0 dim=1" -color "type=NUMB fg=YELLOW bg=BLACK bold=0 dim=1" +color "type=NUMB fg=BLUE bg=BLACK bold=0 dim=1" +color "type=EXPRESSION fg=GREEN bg=BLACK bold=0 dim=1" +color "type=CELL_NEGATIVE fg=RED bg=BLACK bold=0 dim=1" nmap "J" "" nmap "fi" ":format \"0\"" diff --git a/de/bar/polybar-config b/de/bar/polybar-config index 4c918a4..5d79ada 100644 --- a/de/bar/polybar-config +++ b/de/bar/polybar-config @@ -65,7 +65,6 @@ module-margin-right = 1 font-0 = ${env:BAR_FONT_DECLARATION} font-1 = ${env:BAR_ICON_FONT_DECLARATION} -font-2 = ${env:BAR_ICON_FONT_2_DECLARATION} modules-left = bspwm modules-center = date diff --git a/scripts/bin/cdp b/scripts/bin/cdp index 9dc398d..d8b12a7 100755 --- a/scripts/bin/cdp +++ b/scripts/bin/cdp @@ -1,4 +1,4 @@ #!/usr/bin/env bash -[ -f "$HOME/.fzf.bash" ] && source "$HOME/.fzf.bash" -$(__fzf_cd__) +# TODO: needs fixing...? +[ -f "$HOME/.fzf.bash" ] && source "$HOME/.fzf.bash" && $(__fzf_cd__) diff --git a/shell/inputrc b/shell/inputrc index 49fe85a..4269727 100644 --- a/shell/inputrc +++ b/shell/inputrc @@ -9,7 +9,9 @@ set editing-mode vi "\C-e": end-of-line "\C-d": delete-char -"\e\C-p": "cdp\n" +"\e\C-p": " \C-e\C-u`__fzf_cd__`\n" +"\e\C-s": " \C-e\C-uscwd\n" +"\e\C-g": " \C-e\C-u. gcwd\n" # vi settings $if mode=vi