mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Compare commits
No commits in common. "05099150e8544783012831cadcf277b7ba21a711" and "5c48e4bfcbfdc93c3e1c5c26b33bf4f690b08f15" have entirely different histories.
05099150e8
...
5c48e4bfcb
@ -98,15 +98,15 @@ bindsym $mod+$down focus down
|
||||
bindsym $mod+$up focus up
|
||||
bindsym $mod+$right focus right
|
||||
# Move the focused window with the same, but add Shift
|
||||
bindsym $mod+Shift+$left move left 24px
|
||||
bindsym $mod+Shift+$down move down 24px
|
||||
bindsym $mod+Shift+$up move up 24px
|
||||
bindsym $mod+Shift+$right move right 24px
|
||||
bindsym $mod+Shift+$left move left
|
||||
bindsym $mod+Shift+$down move down
|
||||
bindsym $mod+Shift+$up move up
|
||||
bindsym $mod+Shift+$right move right
|
||||
# resize windows
|
||||
bindsym $mod+less resize shrink width 24px
|
||||
bindsym $mod+greater resize grow width 24px
|
||||
bindsym $mod+minus resize shrink height 24px
|
||||
bindsym $mod+plus resize grow height 24px
|
||||
bindsym $mod+less resize shrink width 20px
|
||||
bindsym $mod+greater resize grow width 20px
|
||||
bindsym $mod+minus resize shrink height 20px
|
||||
bindsym $mod+plus resize grow height 20px
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace number 1
|
||||
bindsym $mod+2 workspace number 2
|
||||
|
4
.zshrc
4
.zshrc
@ -74,11 +74,9 @@ unsetopt beep
|
||||
bindkey -v
|
||||
# End of lines configured by zsh-newuser-install
|
||||
|
||||
# pure config
|
||||
zstyle :prompt:pure:prompt:success color green
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
#edit in vim
|
||||
export KEYTIMEOUT=1
|
||||
autoload edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey '' edit-command-line
|
||||
|
Loading…
Reference in New Issue
Block a user