Added undo, redo, go-to, and duplicate lines commands; updated styles for line highlight color; cleanup

This commit is contained in:
2025-12-29 02:20:55 -06:00
parent 5ee587e205
commit 79375d34b1
15 changed files with 260 additions and 8 deletions

View File

@@ -18,12 +18,24 @@
"cut_to_temp_buffer": {
"held": "<Control>k"
},
"duplicate_line": {
"held": "<Control>d"
},
"go_to": {
"released": "<Control>g"
},
"paste_temp_buffer": {
"held": "<Control>u"
},
"new_file": {
"released": "<Control>t"
},
"buffer_undo": {
"held": "<Control>z"
},
"buffer_redo": {
"held": "<Control>y"
},
"open_files": {
"released": "<Control>o"
},

View File

@@ -2,7 +2,8 @@
<author> ITDominator</author>
<description>An attempted clone of Dayle Rees' Peacocks In Space theme.</description>
<style name="current-line" background="#2b303b" />
<!--<style name="current-line" background="#2b303b" />-->
<style name="current-line" background="#44475a" />
<style name="current-line-number" background="#f7b83d" />
<style name="draw-spaces" foreground="#babdb6" />
<style name="background-pattern" background="#6e7a94" />

View File

@@ -2,7 +2,8 @@
<author> ITDominator</author>
<description>An homage to Dayle Rees' Peacocks In Space theme.</description>
<style name="current-line" background="#2b303b" />
<!--<style name="current-line" background="#2b303b" />-->
<style name="current-line" background="#44475a" />
<style name="current-line-number" background="#f7b83d" />
<style name="draw-spaces" foreground="#babdb6" />
<style name="background-pattern" background="#6e7a94" />