mirror of
https://github.com/italicsjenga/dotfiles.git
synced 2024-11-23 17:41:32 +11:00
changed screenshot hotkeys to work & changed VISUAL editor to nvim
This commit is contained in:
parent
b347009f95
commit
6e2897e458
|
@ -1,3 +1,7 @@
|
|||
# screenshot
|
||||
super + shift + Escape
|
||||
sleep 0.2; scrot -s -e 'mv $f ~/Pictures/Screenshot/'
|
||||
|
||||
#
|
||||
# wm independent hotkeys
|
||||
#
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
cd ~/.oh-my-zsh/custom/plugins
|
||||
export ZSH=~/.oh-my-zsh
|
||||
|
||||
export VISUAL=nvim
|
||||
|
||||
cd ~
|
||||
|
||||
# Set name of the theme to load.
|
||||
|
|
Loading…
Reference in a new issue