Feat: split+forge
- added Magit forge correctly - toggle layout
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
;;gist ; interacting with github gists
|
||||
lookup ; navigate your code and its documentation
|
||||
lsp ; M-x vscode
|
||||
magit ; a git porcelain for Emacs
|
||||
(magit +forge) ; a git porcelain for Emacs
|
||||
;;make ; run make tasks from Emacs
|
||||
;;pass ; password manager for nerds
|
||||
pdf ; pdf enhancements
|
||||
|
||||
@@ -75,5 +75,3 @@
|
||||
(package! package-lint :pin "21edc6d0d0eadd2d0a537f422fb9b7b8a3ae6991")
|
||||
(package! auctex :pin "86b2397abdc20a638e5751251026727bc6282022")
|
||||
(package! ellama)
|
||||
(package! forge)
|
||||
(package! orgit-forge)
|
||||
|
||||
@@ -23,12 +23,12 @@ bindsym $mod+shift+F1 exec --no-startup-id playerctl previous
|
||||
|
||||
|
||||
# move focused workspace between monitors
|
||||
bindsym $mod+Ctrl+Right layout toggle split, move workspace to output right
|
||||
bindsym $mod+Ctrl+l layout toggle split, move workspace to output right
|
||||
# bindsym $mod+Ctrl+l layout toggle split, move workspace to output right
|
||||
bindsym $mod+Ctrl+l move workspace to output right
|
||||
bindsym $mod+Ctrl+Left layout toggle split, move workspace to output left
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
bindsym $mod+Ctrl+h layout toggle split, move workspace to output left
|
||||
# bindsym $mod+Ctrl+h layout toggle split, move workspace to output left
|
||||
bindsym $mod+Ctrl+h move workspace to output left
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
|
||||
# Compose key
|
||||
exec_always --no-startup-id setxkbmap -layout us,ara -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle"
|
||||
|
||||
Reference in New Issue
Block a user