no tabs + emacs shortcut
This commit is contained in:
parent
366208775c
commit
5f26d7b804
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user