summaryrefslogtreecommitdiff
path: root/.nexrc
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-11-30 17:24:01 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-07 14:23:42 +0100
commit4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f (patch)
tree99de1c0323d87fc798bafacdd5c04f7566322da4 /.nexrc
downloadconfig-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz
config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip
Initial commit
Diffstat (limited to '.nexrc')
-rw-r--r--.nexrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.nexrc b/.nexrc
new file mode 100644
index 0000000..427097a
--- /dev/null
+++ b/.nexrc
@@ -0,0 +1,18 @@
1set showmode
2set ruler
3set filec=
4set noflash
5
6map gg 1G
7
8" Copy/paste clipboard
9map ;v :r!xsel -o -b
10map ;C :w :!xedit-filter <"%" | xsel -i -b
11" Copy/paste clipboard (works linewise)
12map ;c !'axsel -i -b; xsel -o -b
13map ;x !'axsel -i -b
14
15" Some external scripts
16map ;f :!dmenu-urlselect <"%" | xargs open-url
17map ;m :r!dmenu-mail-aliases kJ
18map ;a :r!dmenu-filepicker $HOME kJ

Generated with cgit - Back to sebastiano.tronto.net