diff --git a/.gitignore b/.gitignore index 4c8b934..cf61dd4 100755 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ ranger/plugins/devicons_linemode.pyo /pudb/* !/pudb/pudb.cfg !/bin + +jesseduffield/lazynpm/state.yml \ No newline at end of file diff --git a/jesseduffield/lazygit/config.yml b/jesseduffield/lazygit/config.yml index 0cbf5ea..1b00ef3 100644 --- a/jesseduffield/lazygit/config.yml +++ b/jesseduffield/lazygit/config.yml @@ -18,14 +18,18 @@ gui: scrollheight: 2 scrollpastbottom: true theme: - activebordercolor: - - cyan - - bold - inactivebordercolor: - - white - lighttheme: false - optionstextcolor: - - blue + lightTheme: false + activeBorderColor: + - cyan + - bold + inactiveBorderColor: + - white + optionsTextColor: + - blue + selectedLineBgColor: + - default + selectedRangeBgColor: + - blue reporting: "off" splashupdatesindex: 0 startuppopupversion: 1 diff --git a/jesseduffield/lazynpm/config.yml b/jesseduffield/lazynpm/config.yml index 90aa696..0b84431 100644 --- a/jesseduffield/lazynpm/config.yml +++ b/jesseduffield/lazynpm/config.yml @@ -1,81 +1,82 @@ +confirmonquit: false gui: - scrollHeight: 2 - mouseEvents: false - sidePanelWidth: 0.3333 + mouseevents: false + scrollheight: 2 + sidepanelwidth: 0.3333 theme: - lightTheme: false - activeBorderColor: - - green - - bold - inactiveBorderColor: - - white - optionsTextColor: - - blue - selectedLineBgColor: - - blue -update: - method: prompt # can be: prompt | background | never - days: 14 # how often a update is checked for -reporting: 'off' # one of: 'on' | 'off' | 'undetermined' -splashUpdatesIndex: 0 -confirmOnQuit: false + activebordercolor: + - green + - bold + inactivebordercolor: + - white + lighttheme: false + optionstextcolor: + - blue + selectedlinebgcolor: + - blue keybinding: - universal: - quit: 'q' - quit-alt1: '' - return: '' - quitWithoutChangingDirectory: 'Q' - togglePanel: '' - prevItem: '' - nextItem: '' - prevItem-alt: 'k' - nextItem-alt: 'j' - prevPage: ',' - nextPage: '.' - gotoTop: '<' - gotoBottom: '>' - prevBlock: '' - nextBlock: '' - prevBlock-alt: 'h' - nextBlock-alt: 'l' - nextMatch: 'n' - prevMatch: 'N' - startSearch: '/' - optionMenu: 'x' - optionMenu-alt1: '?' - select: '' - goInto: '' - remove: 'd' - new: 'n' - edit: 'e' - openFile: 'o' - scrollUpMain: '' - scrollDownMain: '' - scrollUpMain-alt1: 'K' - scrollDownMain-alt1: 'J' - scrollUpMain-alt2: '' - scrollDownMain-alt2: '' - executeCustomCommand: ':' - refresh: 'R' - nextTab: ']' - prevTab: '[' - nextScreenMode: '+' - prevScreenMode: '_' - kill: 'z' - redo: '' - install: 'i' - update: 'u' - cleanInstall: 'I' - status: - checkForUpdate: 'u' - main: - toggleDragSelect: 'v' - toggleDragSelect-alt: 'V' - packages: - link: 'l' - globalLink: 'L' - build: 'b' - pack: 'p' - publish: 'P' dependencies: - changeType: 't' + changetype: t + main: + toggledragselect: v + toggledragselect-alt: V + packages: + build: b + globallink: L + link: l + pack: p + publish: P + status: + checkforupdate: h + universal: + cleaninstall: I + edit: o + executecustomcommand: ':' + gointo: + gotobottom: '>' + gototop: < + install: l + kill: z + new: k + nextblock: + nextblock-alt: i + nextitem: + nextitem-alt: e + nextmatch: = + nextpage: . + nextscreenmode: + + nexttab: ']' + openfile: O + optionmenu: x + optionmenu-alt1: '?' + prevblock: + prevblock-alt: "n" + previtem: + previtem-alt: u + prevmatch: '-' + prevpage: ',' + prevscreenmode: _ + prevtab: '[' + quit: q + quit-alt1: + quitwithoutchangingdirectory: Q + redo: + refresh: R + remove: d + return: + scrolldownmain: + scrolldownmain-alt1: E + scrolldownmain-alt2: + scrollupmain: + scrollupmain-alt1: U + scrollupmain-alt2: + select: + startsearch: / + togglepanel: + update: h +reporting: "off" +splashupdatesindex: 0 +startuppopupversion: 1 +update: + days: 14 + method: prompt