diff options
-rw-r--r-- | nvim/.config/nvim/init.vim | 2 | ||||
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 6 | ||||
-rw-r--r-- | 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' | |||
144 | " nerdtree | 144 | " nerdtree |
145 | let g:NERDTreeWinPos = "right" | 145 | let g:NERDTreeWinPos = "right" |
146 | map <C-n> :NERDTreeToggle<CR> | 146 | map <C-n> :NERDTreeToggle<CR> |
147 | 147 | nnoremap <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 | ||
117 | super + minus | ||
118 | bspc config window_gap 0 | ||
119 | super + equal | ||
120 | bspc config window_gap 8 | ||
121 | |||
116 | # preselect the direction | 122 | # preselect the direction |
117 | super + ctrl + {h,j,k,l} | 123 | super + ctrl + {h,j,k,l} |
118 | bspc node -p {west,south,north,east} | 124 | bspc node -p {west,south,north,east} |
@@ -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. |
76 | plugins=(git sudo archlinux extract python common-aliases) | 76 | plugins=(git sudo archlinux extract python common-aliases autojump fzf) |
77 | 77 | ||
78 | source $ZSH/oh-my-zsh.sh | 78 | source $ZSH/oh-my-zsh.sh |
79 | 79 | ||
@@ -121,7 +121,6 @@ alias poly="vim $HOME/.config/polybar/config" | |||
121 | alias z="zathura" | 121 | alias z="zathura" |
122 | alias v="/usr/bin/nvim" | 122 | alias v="/usr/bin/nvim" |
123 | alias vim="/usr/bin/nvim" | 123 | alias vim="/usr/bin/nvim" |
124 | alias site="cd ~/Projects/site/" | ||
125 | alias sudo="sudo " | 124 | alias sudo="sudo " |
126 | 125 | ||
127 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh | 126 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |