summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-01-13 13:04:49 +0000
committerShubham Saini <shubham6405@gmail.com>2020-01-13 13:04:49 +0000
commit10368398d5725c8467fb1484061e5fdb077e5380 (patch)
tree72c65217cbce415e314a3963c3a924a633f5e18e
parent9cb638b25fd3543005608b816c3fcdc88fc99b66 (diff)
config for 0 gaps
-rw-r--r--nvim/.config/nvim/init.vim2
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc6
-rw-r--r--zsh/.zshrc3
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'
144" nerdtree 144" nerdtree
145let g:NERDTreeWinPos = "right" 145let g:NERDTreeWinPos = "right"
146map <C-n> :NERDTreeToggle<CR> 146map <C-n> :NERDTreeToggle<CR>
147 147nnoremap <c-p> :FZF<CR>
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}
113# preselect 113# preselect
114# 114#
115 115
116#remove gaps
117super + minus
118 bspc config window_gap 0
119super + equal
120 bspc config window_gap 8
121
116# preselect the direction 122# preselect the direction
117super + ctrl + {h,j,k,l} 123super + ctrl + {h,j,k,l}
118 bspc node -p {west,south,north,east} 124 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"
73# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ 73# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
74# Example format: plugins=(rails git textmate ruby lighthouse) 74# Example format: plugins=(rails git textmate ruby lighthouse)
75# Add wisely, as too many plugins slow down shell startup. 75# Add wisely, as too many plugins slow down shell startup.
76plugins=(git sudo archlinux extract python common-aliases) 76plugins=(git sudo archlinux extract python common-aliases autojump fzf)
77 77
78source $ZSH/oh-my-zsh.sh 78source $ZSH/oh-my-zsh.sh
79 79
@@ -121,7 +121,6 @@ alias poly="vim $HOME/.config/polybar/config"
121alias z="zathura" 121alias z="zathura"
122alias v="/usr/bin/nvim" 122alias v="/usr/bin/nvim"
123alias vim="/usr/bin/nvim" 123alias vim="/usr/bin/nvim"
124alias site="cd ~/Projects/site/"
125alias sudo="sudo " 124alias sudo="sudo "
126 125
127source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 126source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh