aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]liquidpromptrc0
-rw-r--r--[-rwxr-xr-x]lp_ps10
-rw-r--r--vimrc9
3 files changed, 9 insertions, 0 deletions
diff --git a/liquidpromptrc b/liquidpromptrc
index 57414d5..57414d5 100755..100644
--- a/liquidpromptrc
+++ b/liquidpromptrc
diff --git a/lp_ps1 b/lp_ps1
index 93987bb..93987bb 100755..100644
--- a/lp_ps1
+++ b/lp_ps1
diff --git a/vimrc b/vimrc
index 879d50e..fa53318 100644
--- a/vimrc
+++ b/vimrc
@@ -25,3 +25,12 @@ function! AppendModeline()
25 call append(line("$"), l:modeline) 25 call append(line("$"), l:modeline)
26endfunction 26endfunction
27nnoremap <silent> <Leader>ml :call AppendModeline()<CR> 27nnoremap <silent> <Leader>ml :call AppendModeline()<CR>
28
29noremap <Up> ""
30noremap! <Up> <Esc>
31noremap <Down> ""
32noremap! <Down> <Esc>
33noremap <Left> ""
34noremap! <Left> <Esc>
35noremap <Right> ""
36noremap! <Right> <Esc>