summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Fankhauser (@tux-six)2022-06-17 22:56:07 +0200
committerAndreas Fankhauser (@tux-six)2022-06-17 22:56:07 +0200
commit33dacc4c631aec82cef1f3a8ec807111b0df2bfd (patch)
tree5d1ae58eefdc7d258945a2aa396722dd50accfc9 /src
parentd4a7bd229d0e9dd0ffc9bf61f6e1b62622286e6a (diff)
downloaddotfiles-33dacc4c631aec82cef1f3a8ec807111b0df2bfd.zip
dotfiles-33dacc4c631aec82cef1f3a8ec807111b0df2bfd.tar.gz
(gdb) Add a dotfile for GDB debugger
Diffstat (limited to 'src')
-rw-r--r--src/gdb/_gdbinit4
-rw-r--r--src/vi/_gvimrc1
-rw-r--r--src/vi/_vimrc3
3 files changed, 6 insertions, 2 deletions
diff --git a/src/gdb/_gdbinit b/src/gdb/_gdbinit
new file mode 100644
index 0000000..a1bdcad
--- /dev/null
+++ b/src/gdb/_gdbinit
@@ -0,0 +1,4 @@
+# Source: https://git.hiddenalpha.ch/my-config.git/tree/src/gdb/_gdbinit
+set history save on
+set print thread-events off
+set print inferior-events off
diff --git a/src/vi/_gvimrc b/src/vi/_gvimrc
index eb1b62f..a5d9cb1 100644
--- a/src/vi/_gvimrc
+++ b/src/vi/_gvimrc
@@ -1,3 +1,4 @@
+" Source: https://git.hiddenalpha.ch/my-config.git/tree/src/vi/_vimrc
set lines=35 columns=100
diff --git a/src/vi/_vimrc b/src/vi/_vimrc
index e7ffcce..5430b5b 100644
--- a/src/vi/_vimrc
+++ b/src/vi/_vimrc
@@ -1,5 +1,4 @@
-" Author: hiddenalpha.ch
-" Source: "https://git.hiddenalpha.ch/my-config.git/tree/src/vi/_vimrc"
+" Source: https://git.hiddenalpha.ch/my-config.git/tree/src/vi/_vimrc
if has("win32")