diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-10-28 14:05:34 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-10-28 14:05:34 +0000 |
commit | 52424ac4a7bda7059dc020e58d2547979abbcd0e (patch) | |
tree | 1a263fae78a92bb173bd980ec9c77ecb98ddc950 | |
parent | 43e7ea1dde208850c504e9f2d7ce054c78b3b8b7 (diff) |
ss selection
-rwxr-xr-x | nvim/.config/nvim/init.vim | 2 | ||||
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 2 | ||||
-rwxr-xr-x | zsh/.zshrc | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index d584b28..77f58a6 100755 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim | |||
@@ -59,7 +59,7 @@ autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif | |||
59 | autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif | 59 | autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif |
60 | 60 | ||
61 | " system clipboard | 61 | " system clipboard |
62 | set clipboard+=unnamedplus | 62 | " set clipboard+=unnamedplus |
63 | 63 | ||
64 | " Fix indenting visual block | 64 | " Fix indenting visual block |
65 | vmap < <gv | 65 | vmap < <gv |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index db05c16..5203302 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -16,6 +16,8 @@ Print | |||
16 | maim ~/scrots/$(date +%d-%b-%y).png | 16 | maim ~/scrots/$(date +%d-%b-%y).png |
17 | control + Print | 17 | control + Print |
18 | maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png | 18 | maim -i $(xdotool getactivewindow) ~/scrots/$(date +%d-%b-%y).png |
19 | control + shift + Print | ||
20 | maim -s ~/scrots/$(date +%d-%b-%y).png | ||
19 | super + shift + p | 21 | super + shift + p |
20 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000" | 22 | passmenu -i -fn "JetBrains Mono Nerd Font Mono:style=medium:pixelsize=12.5" -nb "#000000" -nf "#f3f4f5" -sb "#EEFFFF" -sf "#000000" |
21 | super + Escape | 23 | super + Escape |
@@ -15,6 +15,7 @@ export XDG_CURRENT_DESKTOP=bspwm | |||
15 | #aliases | 15 | #aliases |
16 | alias ..="cd .." | 16 | alias ..="cd .." |
17 | alias ...="cd ../../" | 17 | alias ...="cd ../../" |
18 | alias l='ls --color=auto' | ||
18 | alias ls='ls --color=auto' | 19 | alias ls='ls --color=auto' |
19 | alias ll='ls --color=auto -al' | 20 | alias ll='ls --color=auto -al' |
20 | alias key="vim $HOME/.config/spectrwm/keybindings.conf" | 21 | alias key="vim $HOME/.config/spectrwm/keybindings.conf" |