From 10368398d5725c8467fb1484061e5fdb077e5380 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 13 Jan 2020 18:34:49 +0530 Subject: config for 0 gaps --- nvim/.config/nvim/init.vim | 2 +- sxhkd/.config/sxhkd/sxhkdrc | 6 ++++++ zsh/.zshrc | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 98d74ed..844a5d1 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -144,4 +144,4 @@ let g:airline_theme='term' " nerdtree let g:NERDTreeWinPos = "right" map :NERDTreeToggle - +nnoremap :FZF diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index bea5460..cbb44d8 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -113,6 +113,12 @@ super + {_,shift + }{1-9,0} # preselect # +#remove gaps +super + minus + bspc config window_gap 0 +super + equal + bspc config window_gap 8 + # preselect the direction super + ctrl + {h,j,k,l} bspc node -p {west,south,north,east} diff --git a/zsh/.zshrc b/zsh/.zshrc index c21dbe7..9c1763e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -73,7 +73,7 @@ ZSH_THEME="minimal" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git sudo archlinux extract python common-aliases) +plugins=(git sudo archlinux extract python common-aliases autojump fzf) source $ZSH/oh-my-zsh.sh @@ -121,7 +121,6 @@ alias poly="vim $HOME/.config/polybar/config" alias z="zathura" alias v="/usr/bin/nvim" alias vim="/usr/bin/nvim" -alias site="cd ~/Projects/site/" alias sudo="sudo " source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -- cgit v1.2.3