mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
Compare commits
2 Commits
5c48e4bfcb
...
05099150e8
Author | SHA1 | Date | |
---|---|---|---|
|
05099150e8 | ||
|
e3aee9e438 |
@ -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
|
||||
bindsym $mod+Shift+$down move down
|
||||
bindsym $mod+Shift+$up move up
|
||||
bindsym $mod+Shift+$right move right
|
||||
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
|
||||
# resize windows
|
||||
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
|
||||
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
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace number 1
|
||||
bindsym $mod+2 workspace number 2
|
||||
|
4
.zshrc
4
.zshrc
@ -74,9 +74,11 @@ unsetopt beep
|
||||
bindkey -v
|
||||
# End of lines configured by zsh-newuser-install
|
||||
|
||||
export KEYTIMEOUT=1
|
||||
# pure config
|
||||
zstyle :prompt:pure:prompt:success color green
|
||||
|
||||
#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