1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
juan
05099150e8
Change | Increase the amount of movement 2022-07-10 16:16:43 +08:00
juan
e3aee9e438
Feat | Serenade-ish color for pure 2022-07-09 21:47:31 +08:00
2 changed files with 11 additions and 9 deletions

View File

@ -98,15 +98,15 @@ bindsym $mod+$down focus down
bindsym $mod+$up focus up bindsym $mod+$up focus up
bindsym $mod+$right focus right bindsym $mod+$right focus right
# Move the focused window with the same, but add Shift # Move the focused window with the same, but add Shift
bindsym $mod+Shift+$left move left bindsym $mod+Shift+$left move left 24px
bindsym $mod+Shift+$down move down bindsym $mod+Shift+$down move down 24px
bindsym $mod+Shift+$up move up bindsym $mod+Shift+$up move up 24px
bindsym $mod+Shift+$right move right bindsym $mod+Shift+$right move right 24px
# resize windows # resize windows
bindsym $mod+less resize shrink width 20px bindsym $mod+less resize shrink width 24px
bindsym $mod+greater resize grow width 20px bindsym $mod+greater resize grow width 24px
bindsym $mod+minus resize shrink height 20px bindsym $mod+minus resize shrink height 24px
bindsym $mod+plus resize grow height 20px bindsym $mod+plus resize grow height 24px
# Switch to workspace # Switch to workspace
bindsym $mod+1 workspace number 1 bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2 bindsym $mod+2 workspace number 2

4
.zshrc
View File

@ -74,9 +74,11 @@ unsetopt beep
bindkey -v bindkey -v
# End of lines configured by zsh-newuser-install # End of lines configured by zsh-newuser-install
export KEYTIMEOUT=1 # pure config
zstyle :prompt:pure:prompt:success color green
#edit in vim #edit in vim
export KEYTIMEOUT=1
autoload edit-command-line autoload edit-command-line
zle -N edit-command-line zle -N edit-command-line
bindkey '' edit-command-line bindkey '' edit-command-line