Compare commits
2 commits
3122274498
...
bcb15e8d05
Author | SHA1 | Date | |
---|---|---|---|
bcb15e8d05 | |||
8854e02b5e |
2 changed files with 17 additions and 1 deletions
|
@ -35,3 +35,19 @@ render = true
|
||||||
|
|
||||||
[editor.soft-wrap]
|
[editor.soft-wrap]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
C-s = ":w"
|
||||||
|
C-o = "file_picker"
|
||||||
|
S-ret = ["open_below", "insert_mode"]
|
||||||
|
|
||||||
|
E = "extend_to_line_end"
|
||||||
|
x = "extend_to_line_bounds"
|
||||||
|
X = "extend_line_below"
|
||||||
|
|
||||||
|
d = "delete_selection_noyank"
|
||||||
|
A-d = "delete_selection"
|
||||||
|
c = "change_selection_noyank"
|
||||||
|
A-c = "change_selection"
|
||||||
|
|
||||||
|
S-v = ["extend_to_line_bounds","select_mode"]
|
||||||
|
|
|
@ -8,7 +8,7 @@ export BROWSER
|
||||||
: ${VISUAL:="$EDITOR"}
|
: ${VISUAL:="$EDITOR"}
|
||||||
export EDITOR VISUAL
|
export EDITOR VISUAL
|
||||||
|
|
||||||
: ${PAGER:="$(command -v bat) -pp"}
|
: ${PAGER:="$(command -v bat 2>/dev/null) -p"}
|
||||||
export PAGER
|
export PAGER
|
||||||
|
|
||||||
for x in \
|
for x in \
|
||||||
|
|
Loading…
Add table
Reference in a new issue