Added undo, redo, go-to, and duplicate lines commands; updated styles for line highlight color; cleanup
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user