no tabs + emacs shortcut

This commit is contained in:
minhtrannhat 2021-09-28 21:06:41 -04:00
parent 366208775c
commit 5f26d7b804
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
;;neotree ; a project drawer, like NERDTree for vim ;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on ophints ; highlight the region an operation acts on
(popup +defaults) ; tame sudden yet inevitable temporary windows (popup +defaults) ; tame sudden yet inevitable temporary windows
tabs ; a tab bar for Emacs ;;tabs ; a tab bar for Emacs
treemacs ; a project drawer, like neotree but cooler treemacs ; a project drawer, like neotree but cooler
unicode ; extended unicode support for various languages unicode ; extended unicode support for various languages
vc-gutter ; vcs diff in the fringe vc-gutter ; vcs diff in the fringe

View File

@ -212,7 +212,7 @@ mode "resize" {
bindsym Escape mode "default" bindsym Escape mode "default"
} }
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
bindsym $mod+e exec emacs bindsym $mod+e exec emacsclient -c
bindsym $mod+Right workspace next bindsym $mod+Right workspace next
bindsym $mod+Left workspace prev bindsym $mod+Left workspace prev